Browse Source

fix copy method

Waldemar Brodkorb 13 years ago
parent
commit
ee3e7740fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/giflib/Makefile

+ 2 - 2
package/giflib/Makefile

@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		giflib
 PKG_VERSION:=		4.1.6
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		4ff2ecec336b9724c5190f06e8a40f9e
 PKG_DESCR:=		GIF graphics library
 PKG_SECTION:=		libs
@@ -22,7 +22,7 @@ $(eval $(call PKG_template,GIFLIB_DEV,giflib-dev,$(PKG_VERSION)-${PKG_RELEASE},$
 
 giflib-install:
 	$(INSTALL_DIR) $(IDIR_GIFLIB)/usr/lib
-	$(INSTALL_BIN) $(WRKINST)/usr/lib/libgif.so* \
+	$(CP) $(WRKINST)/usr/lib/libgif.so* \
 		$(IDIR_GIFLIB)/usr/lib
 
 giflib-dev-install: