forgot to bump up the release version from the patches the other day
[openwrt.git] / package / libpcap / Makefile
index 67719b8..bd039f9 100644 (file)
@@ -46,17 +46,17 @@ define Build/Compile
 endef
 
 define Build/InstallDev
-       mkdir -p $(STAGING_DIR)/usr/include
+       mkdir -p $(1)/usr/include
        $(CP)   $(PKG_INSTALL_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
-               $(STAGING_DIR)/usr/include/
-       mkdir -p $(STAGING_DIR)/usr/lib
+               $(1)/usr/include/
+       mkdir -p $(1)/usr/lib
        $(CP)   $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} \
-               $(STAGING_DIR)/usr/lib/
+               $(1)/usr/lib/
 endef
 
 define Build/UninstallDev
-       rm -rf  $(STAGING_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
-               $(STAGING_DIR)/usr/lib/libpcap.{a,so*}
+       rm -rf  $(1)/usr/include/pcap{,-bpf,-namedb}.h \
+               $(1)/usr/lib/libpcap.{a,so*}
 endef
 
 define Package/libpcap/install
This page took 0.02961 seconds and 4 git commands to generate.