diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-10-23 21:51:36 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-10-23 21:51:36 +0200 |
commit | 523b47ba579089de73958e3459b1d12bd4628486 (patch) | |
tree | 2c38cdefe65d854088b6c3b04a3e5abea9321cb9 /confpac | |
parent | 6ad11bc11c499cb83db71f9ec0b2fc7816947ce6 (diff) | |
download | bin-523b47ba579089de73958e3459b1d12bd4628486.tar.gz bin-523b47ba579089de73958e3459b1d12bd4628486.tar.xz |
add some scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'confpac')
-rwxr-xr-x | confpac | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash + +[[ -f autogen.sh ]] || return 1; +./autogen.sh; +dconfigure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-git-version --enable-debug "$@" |