From: Nicolas Thill Date: Mon, 12 Jan 2009 21:45:25 +0000 (+0000) Subject: [packages/lang/gst-python] fix typo in install X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0721b74d282ac52f58911d556d644be590955a2b;ds=sidebyside [packages/lang/gst-python] fix typo in install SVN-Revision: 13998 --- diff --git a/lang/gst-python/Makefile b/lang/gst-python/Makefile index c72b079be6..56dea37bb0 100644 --- a/lang/gst-python/Makefile +++ b/lang/gst-python/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -56,7 +56,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/share/gst-python/0.10/defs $(INSTALL_DATA) \ - $(IPKG_INSTALL_DIR)/usr/share/gst-python/0.10/defs/* \ + $(PKG_INSTALL_DIR)/usr/share/gst-python/0.10/defs/* \ $(1)/usr/share/gst-python/0.10/defs/ endef