From 378a65c390fb78daf386adb044f4a3c31c8298ef Mon Sep 17 00:00:00 2001 From: Nothing2Do Date: Sat, 6 Jul 2013 13:36:41 +0200 Subject: [PATCH] Update howto-compile-alwaysdata.com.sh bug in directory --- howto-compile-alwaysdata.com.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto-compile-alwaysdata.com.sh b/howto-compile-alwaysdata.com.sh index 4678269..acd3d4b 100755 --- a/howto-compile-alwaysdata.com.sh +++ b/howto-compile-alwaysdata.com.sh @@ -1,2 +1,2 @@ -rm ~/ds -g++ main.cpp sqldb.cpp -o ~/ds -I/usr/include/postgresql/ -I.. -lpq -fpermissive +rm ~/bin/ds +g++ main.cpp sqldb.cpp -o ~/bin/ds -I/usr/include/postgresql/ -I.. -lpq -fpermissive -- 2.45.1