mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-15 06:36:42 +00:00
keep config.* up-to-date and prevent distribution of package directory
This commit is contained in:
parent
b1cbf1580a
commit
ba1adaa351
1526
config.guess
vendored
1526
config.guess
vendored
File diff suppressed because it is too large
Load Diff
1658
config.sub
vendored
1658
config.sub
vendored
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,9 @@ if [ ! -f ../conserver-$ver.tar.gz ]; then
|
||||
[ -d build ] && rm -rf build
|
||||
mkdir build
|
||||
git archive --format=tar.gz --prefix=conserver-$ver/ v$ver | (cd build; tar zxf -)
|
||||
cd build/conserver-$ver && autoconf && rm -rf autom4te.cache
|
||||
cd build/conserver-$ver
|
||||
./package/setup-configure
|
||||
rm -rf package
|
||||
)
|
||||
tar zcf ../conserver-$ver.tar.gz -C build conserver-$ver
|
||||
rm -rf build
|
||||
|
7
package/setup-configure
Executable file
7
package/setup-configure
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -s -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
|
||||
curl -s -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub'
|
||||
|
||||
autoconf
|
||||
rm -rf autom4te.cache
|
Loading…
x
Reference in New Issue
Block a user