Changeset 91e99e3 in freewrt for package/pptp/Makefile
- Timestamp:
- Apr 21, 2007, 7:11:57 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2d9a22a
- Parents:
- 540b68c9
- File:
-
- 1 edited
-
package/pptp/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/pptp/Makefile
r540b68c9 r91e99e3 9 9 PKG_NAME:= pptp 10 10 PKG_VERSION:= 1.6.0 11 PKG_RELEASE:= 311 PKG_RELEASE:= 5 12 12 PKG_MD5SUM:= 9a706327fb9827541d7c86d48ceb9631 13 13 … … 29 29 30 30 $(IPKG_PPTP): 31 install -d -m0755 $(IDIR_PPTP)/etc/ppp/templates 32 install -d -m0755 $(IDIR_PPTP)/usr/sbin 31 33 install -d -m0755 $(IDIR_PPTP)/sbin 32 34 install -m0755 ./files/ifup.pptp $(IDIR_PPTP)/sbin/ifup.pptp 33 install -d -m0755 $(IDIR_PPTP)/etc/ppp34 35 install -m0644 ./files/options.pptp $(IDIR_PPTP)/etc/ppp/ 35 install - d -m0755 $(IDIR_PPTP)/usr/sbin36 install -m0644 ./files/pptp $(IDIR_PPTP)/etc/ppp/templates 36 37 install -m0755 $(WRKBUILD)/pptp $(IDIR_PPTP)/usr/sbin/ 37 38 $(RSTRIP) $(IDIR_PPTP)
Note:
See TracChangeset
for help on using the changeset viewer.
