From: S.Çağlar Onur Date: Thu, 16 Dec 2010 16:48:08 +0000 (-0500) Subject: stupid rpm and its wonderful syntax strikes back X-Git-Tag: linux-2.6-32-3~1 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=3868bf90bc18ccb0858cf745243d00ca66fda9d8 stupid rpm and its wonderful syntax strikes back --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index d2d8f0239..70cc20963 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -1555,7 +1555,6 @@ then\ /sbin/weak-modules --add-kernel %{KVERREL}%{?1:.%{1}} || exit $?\ fi\ %endif\ -# make some useful links pushd /boot > /dev/null\ ln -sf config-%{KVERREL}%{?1:.%{1}} config\ ln -sf config-%{KVERREL}%{?1:.%{1}} configsmp\ @@ -1564,7 +1563,6 @@ ln -sf initrd-%{KVERREL}%{?1:.%{1}}.img initrd-bootsmp\ ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-boot\ ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-bootsmp\ popd > /dev/null\ -# ask for a reboot mkdir -p /etc/planetlab\ touch /etc/planetlab/update-reboot\ %{nil}