~ salmonella-environment-setup (master) fe8ff74800ec5704a646eb12425015cc6a68b694
commit fe8ff74800ec5704a646eb12425015cc6a68b694
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Mon Oct 7 20:02:58 2013 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Mon Oct 7 20:02:58 2013 -0300
Edit Makefile.in, not Makefile (discount)
diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index 87589cc..b43617d 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -98,7 +98,7 @@ sudo apt-get install \
wget http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.5a.tar.bz2
tar xjvf discount-2.1.5a.tar.bz2
cd discount-2.1.5a
-sed -e 's/CFLAGS=-g/CFLAGS=-g -fPIC/' Makefile
+sed -e 's/CFLAGS=-g/CFLAGS=-g -fPIC/' Makefile.in
./configure.sh --prefix=/usr/local
make
sudo make install
Trap