diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-08-27 10:02:38 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-08-27 10:02:38 -0500 |
commit | 981e1ca975f250ede365390b83e312be0c63524a (patch) | |
tree | daddf8058d0d5c01d3232fddba15f52411bb40de /wine-staging/Pkgfile | |
parent | 8de9bb709e4f80b962e28669545b24c96baf3351 (diff) | |
download | contrib-981e1ca975f250ede365390b83e312be0c63524a.tar.gz contrib-981e1ca975f250ede365390b83e312be0c63524a.tar.xz |
wine-staging: added a revdep.d file
Diffstat (limited to 'wine-staging/Pkgfile')
-rw-r--r-- | wine-staging/Pkgfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wine-staging/Pkgfile b/wine-staging/Pkgfile index fbd0e5217..ee0ecc13a 100644 --- a/wine-staging/Pkgfile +++ b/wine-staging/Pkgfile @@ -61,4 +61,7 @@ build() { install $SRC/wine-mono-6.3.0-x86.msi $PKG/usr/share/wine/mono/ rm -r $PKG/usr/share/man/??.UTF-8 + + install -d $PKG/etc/revdep.d + echo -e "/usr/lib/wine/x86_64-unix\n/usr/lib32/wine/i386-unix\n" > $PKG/etc/revdep.d/$name } |