diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-22 05:03:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-22 05:03:37 +0000 |
commit | 7075c9f917a3535451371945c746d9be6b21140f (patch) | |
tree | 8d5c197ec5fe900e5763ed8b8d0d335761f9bdee /package/ppp/Makefile | |
parent | 2ac5a81ab46a451b440dca1c6044e644f4514992 (diff) | |
download | upstream-7075c9f917a3535451371945c746d9be6b21140f.tar.gz upstream-7075c9f917a3535451371945c746d9be6b21140f.tar.bz2 upstream-7075c9f917a3535451371945c746d9be6b21140f.zip |
oops, fix typo in [12368]
SVN-Revision: 12369
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index c4feb82dde..22937683d7 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -124,7 +124,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/ -endif +endef define Package/ppp/install $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION) |