Skip to content

Commit

Permalink
Get the emulators/i386-wine-devel PBI module cleaned up. Add info out…
Browse files Browse the repository at this point in the history
…put to the port-install.sh script, and require root permissions to install the PBI (needed for the patch-nvidia.sh script that comes with the port). Also trigger a rebuild
  • Loading branch information
Ken Moore committed Nov 11, 2013
1 parent bb37fe5 commit 0617f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/emulators/i386-wine-devel/pbi.conf
Expand Up @@ -14,9 +14,9 @@ PBI_MKPORTAFTER=""
PBI_MAKEOPTS="i386-wine-devel_SET=GECKO MONO"

# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
PBI_REQUIRESROOT="YES"
# -- Auto-build Configuration Options --
PBI_BUILDKEY="08"
PBI_BUILDKEY="09"
PBI_AB_PRIORITY="5"
PBI_AB_NOTMPFS="NO"

Expand Down
2 changes: 2 additions & 0 deletions modules/emulators/i386-wine-devel/scripts/post-install.sh
Expand Up @@ -2,4 +2,6 @@
PREFIX=/usr/pbi/wine-amd64

# Run the nvidia setup / detection script
echo "Running patch-nvidia.sh"
sh ${PREFIX}/share/wine/patch-nvidia.sh
echo "Done with post-install script"

0 comments on commit 0617f0c

Please sign in to comment.