[packages/lang/gst-python] fix typo in install
authorNicolas Thill <nico@openwrt.org>
Mon, 12 Jan 2009 21:45:25 +0000 (21:45 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 12 Jan 2009 21:45:25 +0000 (21:45 +0000)
SVN-Revision: 13998

lang/gst-python/Makefile

index c72b079be66f109627e04568fec112c23953a4a7..56dea37bb0a55dd1cb2de1decd8fb4e4e68dfad0 100644 (file)
@@ -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