From: florian Date: Sun, 16 Dec 2007 13:14:40 +0000 (+0000) Subject: Fix remove template (was removing libao files) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=283ee3c134ba2e84f5461f1275b22fae3b797ed8;p=packages.git Fix remove template (was removing libao files) git-svn-id: svn://svn.openwrt.org/openwrt/packages@9775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libsamplerate/Makefile b/libs/libsamplerate/Makefile index d2993fce8..6dd69276d 100644 --- a/libs/libsamplerate/Makefile +++ b/libs/libsamplerate/Makefile @@ -52,8 +52,8 @@ endef define Build/UninstallDev rm -rf \ - $(STAGING_DIR)/usr/include/ao/ \ - $(STAGING_DIR)/usr/lib/libao.{a,so*,la} + $(STAGING_DIR)/usr/include/samplerate/ \ + $(STAGING_DIR)/usr/lib/libsamplerate.{a,so*,la} endef define Package/libsamplerate/install