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

index 0fbad7561722e995d943ea8b675e66d70b6abf0c..d57dea9b6cabbc25361b66a2c0f5c94ec9c8d4e2 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = cryptsetup-luks
 version    = 1.1.0
-release    = 2
+release    = 3
 
 groups     = System/Filesystems
 url        = http://cryptsetup.googlecode.com/
@@ -32,16 +32,7 @@ build
        DIR_APP = %{DIR_SRC}/cryptsetup-%{version}
 
        configure_options += \
-               --sbindir=/sbin \
-               --libdir=/%{lib} \
                --disable-static
-
-       install_cmds
-               rm -rvf %{BUILDROOT}/%{lib}/cryptsetup{,.la,.so}
-               mkdir -pv %{BUILDROOT}%{libdir}
-               mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir}
-               ln -svf ../../%{lib}/libcryptsetup.so.1 %{BUILDROOT}%{libdir}/libcryptsetup.so
-       end
 end
 
 packages