network/ip2location-c: Fixed build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
090288be12
commit
dd8a57c307
|
@ -63,7 +63,10 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
# Upstream has replaced the original ip2location-c-7.0.0.tar.gz.
|
||||
# The new one has an extra directory level ip2location-c-7.0.0 level :(
|
||||
# (remove --strip-components=1 if/when upstream fixes it)
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz --strip-components=1
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in New Issue