diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-08 12:51:37 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-08 12:51:37 +0000 |
commit | 1173a3d0844f2ef1c4d3917783dfd877a1ca48ab (patch) | |
tree | 3005ced6b2872eb325d5a7e76f8d19554d7a5a18 /newmoon/debian/rules | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
parent | fix dsc for 29.0.0 (diff) | |
download | stackrpms-1173a3d0844f2ef1c4d3917783dfd877a1ca48ab.tar.gz stackrpms-1173a3d0844f2ef1c4d3917783dfd877a1ca48ab.tar.bz2 stackrpms-1173a3d0844f2ef1c4d3917783dfd877a1ca48ab.zip |
Merge branch 'palemoon-bump' into 'master'
newmoon 29.0.0
See merge request bgstack15/stackrpms!217
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 \ |