generated from general-packages/pika-pkg-template
This commit is contained in:
parent
0c9315da1c
commit
417fe4831b
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
||||
16
|
||||
17
|
12
debian/rules
vendored
12
debian/rules
vendored
@ -51,11 +51,13 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
||||
#override_dh_clean:
|
||||
# echo "disabled"
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
mkdir -p "debian/sbctl/usr/bin"
|
||||
cp -v "debian/sbctl-pkexec" "debian/sbctl/usr/bin/sbctl-pkexec"
|
||||
chmod 0755 "debian/sbctl/usr/bin/sbctl-pkexec"
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
CWD:=$(shell pwd)
|
||||
echo "Where are we: $(CWD)"
|
||||
mkdir -p debian/sbctl/usr/bin
|
||||
chmod 0755 debian/sbctl/usr/bin/sbctl-pkexec
|
||||
cp -vf debian/sbctl-pkexec debian/sbctl/usr/bin/sbctl-pkexec
|
||||
|
||||
override_dh_usrlocal:
|
||||
echo "disabled"
|
||||
|
Loading…
Reference in New Issue
Block a user