diff options
author | Thomas Penteker <tek@serverop.de> | 2017-08-20 23:25:03 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2017-08-20 23:25:03 +0200 |
commit | 17d2f97f442d53f7d39082da919dab18befc6ccc (patch) | |
tree | 6381ce0bb7115d5e2aeb45deaa2761b47ac2daa1 /usbredir/Pkgfile | |
parent | 4676239886eebd4142e4b807876fdc24a832912b (diff) | |
download | opt-17d2f97f442d53f7d39082da919dab18befc6ccc.tar.gz opt-17d2f97f442d53f7d39082da919dab18befc6ccc.tar.xz |
usbredir: update mandir
Diffstat (limited to 'usbredir/Pkgfile')
-rw-r--r-- | usbredir/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usbredir/Pkgfile b/usbredir/Pkgfile index b3ece7950..834d09553 100644 --- a/usbredir/Pkgfile +++ b/usbredir/Pkgfile @@ -9,9 +9,8 @@ release=1 source=(http://spice-space.org/download/usbredir/usbredir-$version.tar.bz2) build() { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man + cd $name-$version + ./configure --prefix=/usr make make install DESTDIR=$PKG |