diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-19 20:57:53 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-19 20:57:53 -0400 |
commit | a1c35a6c309bb83d8ca34082861b24b230887bd3 (patch) | |
tree | c127491e2f4b4ac27c065d86ad77cabe1128f932 | |
parent | fix a few minor things (diff) | |
download | stackrpms-a1c35a6c309bb83d8ca34082861b24b230887bd3.tar.gz stackrpms-a1c35a6c309bb83d8ca34082861b24b230887bd3.tar.bz2 stackrpms-a1c35a6c309bb83d8ca34082861b24b230887bd3.zip |
try to remove usr/bin/palemoon
-rwxr-xr-x | newmoon/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules index db92cdd..15b65ff 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -39,6 +39,7 @@ override_dh_auto_install: # remove vestigial duplicate file rm -rf $$(pwd)/debian/newmoon/usr/lib/newmoon/palemoon-bin mv $$(pwd)/debian/newmoon/usr/lib/newmoon/palemoon $$(pwd)/debian/newmoon/usr/lib/newmoon/newmoon + rm -rf $$(pwd)/debian/usr/bin/palemoon override_dh_shlibdeps: dh_shlibdeps -l /usr/lib/newmoon |