diff options
author | Thomas Penteker <thomas.penteker@siemens.com> | 2016-03-07 23:53:41 +0100 |
---|---|---|
committer | Thomas Penteker <thomas.penteker@siemens.com> | 2016-03-07 23:53:41 +0100 |
commit | 988138bd81e6369e58ddf85aa02a24b20344c152 (patch) | |
tree | d6d8a73c82d89cf33d17ff57c3b95ef4e59787a8 /cryptsetup | |
parent | 50807ad060e1f348672ab28b2b30f2db0780afef (diff) | |
download | opt-988138bd81e6369e58ddf85aa02a24b20344c152.tar.gz opt-988138bd81e6369e58ddf85aa02a24b20344c152.tar.xz |
cryptsetup: adjust man dir for 3.2 conventions
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/.footprint | 9 | ||||
-rw-r--r-- | cryptsetup/Pkgfile | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index bde1a081c..b959bed09 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -11,11 +11,12 @@ lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.7.0 -rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.7.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcryptsetup.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/cryptsetup.8.gz --rw-r--r-- root/root usr/man/man8/veritysetup.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/cryptsetup -rwxr-xr-x root/root usr/sbin/veritysetup -rwxr-xr-x root/root usr/sbin/veritysetup.static +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/cryptsetup.8.gz +-rw-r--r-- root/root usr/share/man/man8/veritysetup.8.gz diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 375923b90..bd18536b5 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -14,7 +14,6 @@ build() { LIBS="-lpthread" ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls \ --enable-static-cryptsetup make |