Skip to content

Commit

Permalink
fix(xonotic): homedir is for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Sep 7, 2023
1 parent cdadd74 commit 527315c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/xonotic/xonotic.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ package() {
sudo install -Dm755 "xonotic-linux64-glx" "${pkgdir}/usr/bin/${pkgname}-glx"
sudo mkdir -p "${pkgdir}/usr/share/applications/"
sudo mkdir -p "${pkgdir}/usr/share/xonotic"
sudo mkdir -p "${homedir}/.xonotic"
sudo cp ./* "${homedir}/.xonotic/" -r
sudo cp -r ./* "${pkgdir}/usr/share/xonotic"
echo "[Desktop Entry]
Type=Application
Version=0.8.6
Expand Down

0 comments on commit 527315c

Please sign in to comment.