Changeset 591 for main/linuxmuster-linbo/branches/testing/debian/rules
- Timestamp:
- 02/05/10 19:55:47 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/debian/rules
r585 r591 61 61 NTFS3G_ARCHIVE=$(shell grep ntfs-3g- debian/md5sums.src | awk '{ print $$2 }') 62 62 NTFS3G_DIR=src/$(shell echo $(NTFS3G_ARCHIVE) | sed -e 's/.tgz//') 63 #NTFS3G_URL=http://www.ntfs-3g.org 64 NTFS3G_URL=$(LML_URL) 63 NTFS3G_URL=http://tuxera.com/opensource 65 64 66 65 # ntfsprogs … … 290 289 -@if [ ! -e $(NTFS3G_DIR)/src/.libs/ntfs-3g ]; then \ 291 290 echo "[1mBuilding ntfs-3g...[0m" ; \ 292 ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/.libs/ secaudit && strip src/.libs/ntfs-3g && strip libntfs-3g/.libs/libntfs-3g.so.4917.0.0 ); \291 ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/.libs/ntfs-3g.secaudit && strip src/.libs/ntfs-3g && strip libntfs-3g/.libs/libntfs-3g.so.73.0.0 ); \ 293 292 fi 294 293 … … 305 304 fi 306 305 307 # syslinux (already built on etch)306 # syslinux (already built on lenny) 308 307 # -@if [ ! -e $(SYSLINUX_DIR)/gpxe/src/bin/gpxe.lkrn ]; then \ 309 308 # echo "[1mBuilding syslinux...[0m" ; \
Note: See TracChangeset
for help on using the changeset viewer.
