do not delete configure.ac
This commit is contained in:
parent
92011e4670
commit
00f3c3294d
|
@ -57,7 +57,6 @@ cd ldap-account-manager-$VERSION
|
|||
touch install.sh
|
||||
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" configure.ac
|
||||
autoconf
|
||||
rm configure.ac
|
||||
rm -r autom4te.cache
|
||||
cd ..
|
||||
tar cfz ldap-account-manager-$VERSION.tar.gz --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
|
||||
|
@ -70,7 +69,6 @@ cd ldap-account-manager-$VERSION
|
|||
touch install.sh
|
||||
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" configure.ac
|
||||
autoconf
|
||||
rm configure.ac
|
||||
rm -r autom4te.cache
|
||||
cd ..
|
||||
tar cfz ldap-account-manager-$VERSION.tar.gz --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
|
||||
|
|
Loading…
Reference in New Issue