summaryrefslogtreecommitdiff
path: root/palemoon/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-02 20:13:29 -0500
committerB Stack <bgstack15@gmail.com>2021-02-02 20:15:19 -0500
commit5ecc538208e91f6e3be1e4f4c1c5739ddb49782d (patch)
tree988ecad7de36be6576e9aefdc80ef94369296d4a /palemoon/debian/rules
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.tar.gz
stackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.tar.bz2
stackrpms-5ecc538208e91f6e3be1e4f4c1c5739ddb49782d.zip
pm 29.0.0 rc1
Diffstat (limited to 'palemoon/debian/rules')
-rwxr-xr-xpalemoon/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/debian/rules b/palemoon/debian/rules
index 2efbbcf..82411f8 100755
--- a/palemoon/debian/rules
+++ b/palemoon/debian/rules
@@ -23,9 +23,9 @@ endif
dh $@
override_dh_auto_clean:
- rm -f mozconfig
dh_auto_clean
find . -name '*.pyc' -delete
+ rm -f mozconfig
override_dh_auto_configure:
cp ${MCFILE} mozconfig
bgstack15