[packages/lang/gst-python] fix typo in install

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13998 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-01-12 21:45:25 +00:00
parent df2a1e29f2
commit 11f7379f28

View 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