Skip to content
Snippets Groups Projects
Commit 36e9e5b0 authored by micah's avatar micah :speech_balloon:
Browse files

fix FTBS by chmod +x configure

parent 391ac40c
Branches
Tags
No related merge requests found
backupninja (0.9.7-2) experimental; urgency=low
* Fix FTBFS by chmod +x configure
--
backupninja (0.9.7-1) experimental; urgency=low
* Add dependency possibility on bsd-mailx for mailx transition
......
......@@ -21,6 +21,7 @@ configure-stamp:
rm -f config.sub config.guess
ln -sf /usr/share/misc/config.sub config.sub
ln -sf /usr/share/misc/config.guess config.guess
chmod +x configure
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man
touch configure-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment