Skip to content

Commit

Permalink
fix package file name
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed Dec 9, 2023
1 parent 5c70041 commit a9c6b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builds/wine-tkg/wine-tkg.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr

cd src/wine-git
VERSION=$(cat VERSION | awk '{print $3}')
VERSION=$(echo $VERSION | tr '-' . )

# Add a desktop menu for winecfg, wine-uninstaller, wine-browsedrive and doc:
mkdir -p $PKG/usr/share/{applications,icons/hicolor/scalable/apps,pixmaps}
Expand Down

0 comments on commit a9c6b95

Please sign in to comment.