generated from general-packages/pika-pkg-template
2451b1d952
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 47s
13 lines
366 B
Makefile
Executable File
13 lines
366 B
Makefile
Executable File
#! /usr/bin/make -f
|
|
|
|
## See debhelper(7) (uncomment to enable).
|
|
## Output every command that modifies files on the build system.
|
|
export DH_VERBOSE = 1
|
|
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
|
|
|
override_dh_install:
|
|
dh_install
|
|
ln -s debian/protonplus/usr/bin/"com.vysp3r.ProtonPlus" debian/protonplus/usr/bin/protonplus
|
|
%:
|
|
dh $@ --buildsystem=meson
|