summaryrefslogtreecommitdiff
path: root/newmoon/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-21 06:39:21 -0400
committerB Stack <bgstack15@gmail.com>2020-08-21 06:39:21 -0400
commit2990bfc8dee999877048d97f0edd9e74d5045763 (patch)
tree5763be4cf19d42aea368f20d1529b02d6ce08abc /newmoon/debian/rules
parentWIP: add initial de-gtkifying from Gord (diff)
downloadstackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.tar.gz
stackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.tar.bz2
stackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.zip
UXP elim gtk2 attempt 2, and remove u/b/palemoon
Diffstat (limited to 'newmoon/debian/rules')
-rwxr-xr-xnewmoon/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules
index 15b65ff..10797b7 100755
--- a/newmoon/debian/rules
+++ b/newmoon/debian/rules
@@ -39,7 +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
+ rm -rf $$(pwd)/debian/newmoon/usr/bin/palemoon
override_dh_shlibdeps:
dh_shlibdeps -l /usr/lib/newmoon
bgstack15