Author: alexander
Date: 2007-11-08 05:25:39 -0700 (Thu, 08 Nov 2007)
New Revision: 2134
Modified:
trunk/packages/Xorg-proto/Makefile
trunk/packages/alsa-firmware/Makefile
trunk/packages/linux32/Makefile
trunk/packages/vim/Makefile
Log:
Removed dead symlinks
Modified: trunk/packages/Xorg-proto/Makefile
===================================================================
--- trunk/packages/Xorg-proto/Makefile 2007-11-08 12:23:02 UTC (rev 2133)
+++ trunk/packages/Xorg-proto/Makefile 2007-11-08 12:25:39 UTC (rev 2134)
@@ -51,10 +51,6 @@
URL-$(FILE112)= $(URLBASE)/$(FILE112)
SHA-$(FILE112)= 57d0987ce2cb81a9491b1bbf433142730de89181
-FILE113= printproto-1.0.3.tar.bz2
-URL-$(FILE113)= $(URLBASE)/$(FILE113)
-SHA-$(FILE113)= c9b62c20ed50ce44c4835d5fd2d1bb52af66f75f
-
FILE114= randrproto-1.1.2.tar.bz2
URL-$(FILE114)= $(URLBASE)/$(FILE114)
SHA-$(FILE114)= 77a4b0f1947e243fcc25e2645ab0da988fdd653e
Modified: trunk/packages/alsa-firmware/Makefile
===================================================================
--- trunk/packages/alsa-firmware/Makefile 2007-11-08 12:23:02 UTC (rev
2133)
+++ trunk/packages/alsa-firmware/Makefile 2007-11-08 12:25:39 UTC (rev
2134)
@@ -20,6 +20,7 @@
$(std_build)
compile-stage2:
+ sed -i s/multisound// Makefile.in
./configure --prefix=/usr --disable-loader
make
make install
Modified: trunk/packages/linux32/Makefile
===================================================================
--- trunk/packages/linux32/Makefile 2007-11-08 12:23:02 UTC (rev 2133)
+++ trunk/packages/linux32/Makefile 2007-11-08 12:25:39 UTC (rev 2134)
@@ -18,7 +18,7 @@
install -m 755 linux32 /usr/bin
install -m644 linux32.1 /usr/share/man/man1
ln -sf linux32 /usr/bin/linux64
- ln -sf linux32 /usr/share/man/man1/linux64.1
+ ln -sf linux32.1 /usr/share/man/man1/linux64.1
clean:
rm -f linux32
Modified: trunk/packages/vim/Makefile
===================================================================
--- trunk/packages/vim/Makefile 2007-11-08 12:23:02 UTC (rev 2133)
+++ trunk/packages/vim/Makefile 2007-11-08 12:25:39 UTC (rev 2134)
@@ -64,7 +64,7 @@
ln -sfv vim /usr/bin/vi
for L in "" fr it pl ru ; do \
ln -sfv vim.1 /usr/share/man/$L/man1/vi.1 ; done
- ln -sfv ../vim/$(DIR)/doc /usr/share/doc/vim-$(VRS)
+ ln -nsfv ../vim/$(DIR)/doc /usr/share/doc/vim-$(VRS)
cp $(ROOT)/etc/vimrc /etc
clean:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page