diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-02 20:13:29 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-02 20:15:19 -0500 |
commit | 5ecc538208e91f6e3be1e4f4c1c5739ddb49782d (patch) | |
tree | 988ecad7de36be6576e9aefdc80ef94369296d4a /newmoon/debian/rules | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
download | stackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.tar.gz stackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.tar.bz2 stackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.zip |
pm 29.0.0 rc1
Diffstat (limited to 'newmoon/debian/rules')
-rwxr-xr-x | newmoon/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules index 230114f..a3a6073 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -19,9 +19,9 @@ export MCFILE=debian/mozconfig dh $@ override_dh_auto_clean: - rm -f mozconfig dh_auto_clean find . -name '*.pyc' -delete + rm -f mozconfig test -d palemoon/branding/unofficial.unbuilt && { \ rm -rf palemoon/branding/unofficial palemoon/branding/*.blue* ; \ mv palemoon/branding/unofficial.unbuilt palemoon/branding/unofficial ; \ @@ -34,7 +34,7 @@ override_dh_auto_configure: tar -C palemoon/branding -zxf debian/bluemoon-icons.tgz ; } || : override_dh_auto_build: - make -f client.mk build ENABLE_STRIP=1 + make -f client.mk build override_dh_auto_install: make -f client.mk DESTDIR=$$(pwd)/debian/newmoon prefix=/usr \ |