tar: fix gnulib location.

This commit is contained in:
Juan RP 2013-02-01 11:57:43 +01:00
parent 8a04665fa4
commit 9e62486d64
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
pre_configure() {
sed -i -e '/gets is a/d' lib/stdio.in.h
sed -i -e '/gets is a/d' gnu/stdio.in.h
}