summaryrefslogtreecommitdiff
path: root/obconf
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2012-07-22 15:36:03 +0200
committerBartlomiej Palmowski <rotwang@crux.org.pl>2012-07-22 15:36:03 +0200
commit0c958dd65a2fcbb770caf24c4db49f31c8abcaea (patch)
treea85d15fe85c45b3585d0c2de700339f750585c8a /obconf
parent74cdcb0ef4a47b727da7cc0b3229d6e896e7896c (diff)
downloadcontrib-0c958dd65a2fcbb770caf24c4db49f31c8abcaea.tar.gz
contrib-0c958dd65a2fcbb770caf24c4db49f31c8abcaea.tar.xz
obconf: use bootstrap script instead of autoreconf
Diffstat (limited to 'obconf')
-rw-r--r--obconf/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/obconf/Pkgfile b/obconf/Pkgfile
index 33fcaaa96..b58f9a6cf 100644
--- a/obconf/Pkgfile
+++ b/obconf/Pkgfile
@@ -13,7 +13,7 @@ source=(http://ci.crux.org.pl/userContent/$name-git_master_cc7a18807663313.tar.x
build () {
cd $name
patch -p2 -i$SRC/preview_c.patch
- autoreconf -f -i
+ ./bootstrap
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install

Generated by cgit