diff --git a/wine/.footprint b/wine/.footprint index 62a8c2365..8319cec86 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -1,17 +1,3 @@ -drwxr-xr-x root/root man/ -drwxr-xr-x root/root man/man1/ --rw-r--r-- root/root man/man1/widl.1.gz --rw-r--r-- root/root man/man1/wine.1.gz --rw-r--r-- root/root man/man1/winebuild.1.gz --rw-r--r-- root/root man/man1/winedbg.1.gz --rw-r--r-- root/root man/man1/winedump.1.gz -lrwxrwxrwx root/root man/man1/wineg++.1.gz -> winegcc.1.gz --rw-r--r-- root/root man/man1/winegcc.1.gz --rw-r--r-- root/root man/man1/winemaker.1.gz --rw-r--r-- root/root man/man1/wineprefixcreate.1.gz --rw-r--r-- root/root man/man1/wineserver.1.gz --rw-r--r-- root/root man/man1/wmc.1.gz --rw-r--r-- root/root man/man1/wrc.1.gz drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/function_grep.pl @@ -851,6 +837,20 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/ws2_32.dll.so -rwxr-xr-x root/root usr/lib/wine/wsock32.dll.so -rwxr-xr-x root/root usr/lib/wine/wtsapi32.dll.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/widl.1.gz +-rw-r--r-- root/root usr/man/man1/wine.1.gz +-rw-r--r-- root/root usr/man/man1/winebuild.1.gz +-rw-r--r-- root/root usr/man/man1/winedbg.1.gz +-rw-r--r-- root/root usr/man/man1/winedump.1.gz +lrwxrwxrwx root/root usr/man/man1/wineg++.1.gz -> winegcc.1.gz +-rw-r--r-- root/root usr/man/man1/winegcc.1.gz +-rw-r--r-- root/root usr/man/man1/winemaker.1.gz +-rw-r--r-- root/root usr/man/man1/wineprefixcreate.1.gz +-rw-r--r-- root/root usr/man/man1/wineserver.1.gz +-rw-r--r-- root/root usr/man/man1/wmc.1.gz +-rw-r--r-- root/root usr/man/man1/wrc.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/wine.m4 diff --git a/wine/Pkgfile b/wine/Pkgfile index d580a303e..5433e7e6f 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -6,13 +6,13 @@ name=wine version=0.9.21 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=$PKG/man \ + --mandir=$PKG/usr/man \ --disable-nls make depend make