Skip to content

Commit

Permalink
Make internal perl scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
waja committed Sep 22, 2015
1 parent baf4300 commit a1f3f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
override_dh_auto_install:
install -D -m 644 files/conf.maldet debian/maldetect/etc/maldetect/maldetect.conf
install -D -m 755 cron.daily debian/maldetect/etc/cron.daily/maldetect

override_dh_fixperms:
dh_fixperms
chmod +x debian/maldetect/usr/lib/maldetect/*.pl

0 comments on commit a1f3f97

Please sign in to comment.