mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Don't hardcode some paths in make-tarball.sh
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ sed -e 's:#include "defines.h":#include <znc/defines.h>:' third_party/Csocket/Cs
|
||||
AUTOMAKE_FLAGS="--add-missing --copy" ./autogen.sh
|
||||
rm -r autom4te.cache/
|
||||
mkdir -p modules/.depend
|
||||
make -C modules -f modperl/Makefile.gen srcdir=. SWIG=/usr/bin/swig PERL=/usr/bin/perl
|
||||
make -C modules -f modpython/Makefile.gen srcdir=. SWIG=/usr/bin/swig PERL=/usr/bin/perl
|
||||
make -C modules -f modperl/Makefile.gen srcdir=. SWIG=`which swig` PERL=`which perl`
|
||||
make -C modules -f modpython/Makefile.gen srcdir=. SWIG=`which swig` PERL=`which perl`
|
||||
rm -rf modules/.depend
|
||||
rm .travis*
|
||||
rm make-tarball.sh
|
||||
|
||||
Reference in New Issue
Block a user