Changeset 412 for main/linuxmuster-linbo/trunk/debian/rules
- Timestamp:
- 01/09/09 10:18:00 (3 years ago)
- File:
-
- 1 edited
-
main/linuxmuster-linbo/trunk/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/debian/rules
r366 r412 48 48 GRUB4DOS_ARCHIVE=$(shell grep grub4dos- debian/md5sums.src | awk '{ print $$2 }') 49 49 GRUB4DOS_DIR=src/$(shell echo $(GRUB4DOS_ARCHIVE) | sed -e 's/.zip//') 50 GRUB4DOS_URL=http:// download.gna.org/grub4dos50 GRUB4DOS_URL=http://nufans.net/grub4dos 51 51 52 52 # ms-sys … … 200 200 echo "[1mUnpacking $(KERNEL_ARCHIVE)...[0m" ; \ 201 201 tar xf cache/$(KERNEL_ARCHIVE) -C kernel; \ 202 echo "[1mPatching kernel sources...[0m" ; \203 ( cd $(KERNEL_DIR) && for i in ../../patches/linux/*; do patch -p1 <$$i; done ); \202 #echo "[1mPatching kernel sources...[0m" ; \ 203 #( cd $(KERNEL_DIR) && for i in ../../patches/linux/*; do patch -p1 <$$i; done ); \ 204 204 cp conf/kernel.conf $(KERNEL_DIR)/.config; \ 205 205 fi
Note: See TracChangeset
for help on using the changeset viewer.
