diff options
author | Jose V Beneyto <sepen@crux.nu> | 2016-01-20 23:10:58 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2016-01-20 23:10:58 +0000 |
commit | 62e8194f2c931800b4b4e072d0d40628f12025eb (patch) | |
tree | 6cb020d7aeb1b608a10e2b54d7d27d028d957b29 /minicom/Pkgfile | |
parent | 0da84e6bc2b8732221bc0d77f26e555e55f0e8de (diff) | |
download | opt-62e8194f2c931800b4b4e072d0d40628f12025eb.tar.gz opt-62e8194f2c931800b4b4e072d0d40628f12025eb.tar.xz |
minicom: fixed mandir location
Diffstat (limited to 'minicom/Pkgfile')
-rw-r--r-- | minicom/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/minicom/Pkgfile b/minicom/Pkgfile index 9febd9a53..bbed886eb 100644 --- a/minicom/Pkgfile +++ b/minicom/Pkgfile @@ -6,7 +6,7 @@ name=minicom version=2.7 -release=1 +release=2 source=(https://alioth.debian.org/frs/download.php/file/3977/$name-$version.tar.gz) build() { @@ -15,7 +15,6 @@ build() { ./configure --prefix=/usr \ --disable-nls \ - --mandir=/usr/man make make DESTDIR=$PKG install |