diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-06 22:24:00 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-06 22:31:05 +0200 |
commit | ca9f3129c9a36dd3fc74dc564ea59d0482febe22 (patch) | |
tree | b9c25dbc48f4218cabe60c94f8a04a3bb37f91d9 /main/wine | |
parent | 0194f7503f133aa2581258a4ddd7a2558f2a968f (diff) | |
download | aports-ca9f3129c9a36dd3fc74dc564ea59d0482febe22.tar.bz2 aports-ca9f3129c9a36dd3fc74dc564ea59d0482febe22.tar.xz |
main/wine: build fix
apparently the makefile does not prefix DESTDIR when installing man
pages when --mandir is specified.
Diffstat (limited to 'main/wine')
-rw-r--r-- | main/wine/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/wine/APKBUILD b/main/wine/APKBUILD index d2b4daaa80..0fa1f8f297 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -47,8 +47,6 @@ build() { --prefix=/usr \ --libdir=/usr/lib \ --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ --localstatedir=/var \ --with-dbus \ --with-x \ |