summaryrefslogtreecommitdiff
path: root/palemoon/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-08 12:51:37 +0000
committerB Stack <bgstack15@gmail.com>2021-02-08 12:51:37 +0000
commit1173a3d0844f2ef1c4d3917783dfd877a1ca48ab (patch)
tree3005ced6b2872eb325d5a7e76f8d19554d7a5a18 /palemoon/debian/rules
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentfix dsc for 29.0.0 (diff)
downloadstackrpms-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 '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