From a3d929b024f37e0bdbedd494249338d3ec073b11 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 19 Dec 2019 07:50:58 -0500 Subject: waterfox 2019.12-classic builds on devuan! --- waterfox/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waterfox/debian/rules') diff --git a/waterfox/debian/rules b/waterfox/debian/rules index 46d35b1..7e4cff5 100755 --- a/waterfox/debian/rules +++ b/waterfox/debian/rules @@ -20,8 +20,9 @@ override_dh_auto_build: override_dh_auto_install: chmod +x $$(pwd)/debian/waterfox-bin.sh DESTDIR=$$(pwd)/debian/waterfox ./mach install + #mv $$(pwd)/debian/usr/bin/waterfox-classic $$(pwd)/debian/usr/bin/waterfox || : mv $$(pwd)/debian/waterfox/usr/lib/waterfox/browser/features/ $$(pwd) - rm -rf $$(pwd)/debian/waterfox/usr/lib/waterfox/waterfox-bin + rm -rf $$(pwd)/debian/waterfox/usr/lib/waterfox/waterfox-classic-bin rm -rf $$(pwd)/debian/waterfox/usr/lib/waterfox/dictionaries override_dh_shlibdeps: -- cgit