libgmp: use install instead of cp to install gmp.h

This commit is contained in:
Juergen Daubert 2013-08-18 11:43:22 +02:00
parent e13d8bb0f4
commit 1a584d56e5

View File

@ -16,6 +16,6 @@ build() {
make
make DESTDIR=$PKG install
mv $PKG/usr/include/gmp{,-64}.h
cp $SRC/gmp.h $PKG/usr/include/
install -m 0644 $SRC/gmp.h $PKG/usr/include/
rm -r $PKG/usr/share
}