Skip to content

Commit

Permalink
Debian: Make /usr/share/backuppc/bin/* executable, closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulbhatia committed Aug 12, 2020
1 parent 63a397a commit 9c4f51a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ backuppc (4.4.0) UNRELEASED; urgency=medium

* New release BackupPC 4.4.0.
* Bump BackupPC::XS dependency to >= 0.62.
* Make /usr/share/backuppc/lib/realindex.cgi executable.
* Make /usr/share/backuppc/bin/* executable, closes #16

-- Raoul Bhatia <[email protected]> Wed, 12 Aug 2020 11:22:20 +0200

Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ install: build
rm -rf debian/backuppc/etc/backuppc/config.pl debian/backuppc/etc/backuppc/config.pl.sample debian/backuppc/etc/backuppc/hosts.sample
mkdir debian/backuppc/var/lib/backuppc/conf
ln -s /etc/backuppc/config.pl debian/backuppc/var/lib/backuppc/conf/config.pl
chmod 750 debian/backuppc/usr/share/backuppc/bin/*
chmod 750 debian/backuppc/usr/share/backuppc/lib/realindex.cgi

# Build architecture-independent files here.
binary-indep: build install
Expand Down

0 comments on commit 9c4f51a

Please sign in to comment.