]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lvm2: Move everything to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Apr 2012 12:54:50 +0000 (14:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Apr 2012 12:54:50 +0000 (14:54 +0200)
lvm2/lvm2.nm

index 302204348dcdebd46493ad0b61ee46890736be24..d8e09b25733ab52cdf44ed43a6c84428ad1f5c8a 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = lvm2
 version    = 2.02.54
-release    = 2
+release    = 3
 thisapp    = LVM2.%{version}
 
 groups     = System/Base
@@ -34,18 +34,7 @@ build
        end
 
        configure_options += \
-               --bindir=/bin \
-               --sbindir=/sbin \
-               --exec-prefix=/ \
-               --libdir=/%{lib} \
                --enable-pkgconfig
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libdevmapper.so
-               ln -svf libdevmapper.so.1.02 %{BUILDROOT}/%{lib}/libdevmapper.so.1
-               ln -svf ../../%{lib}/libdevmapper.so.1 %{BUILDROOT}%{libdir}/libdevmapper.so
-       end
 end
 
 packages