diff options
Diffstat (limited to 'games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild')
-rw-r--r-- | games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild b/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild index 469eac5805..d1f80cf8b7 100644 --- a/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild +++ b/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild @@ -34,7 +34,7 @@ chown -R root:root . find . -type d | xargs chmod 755 find . -type f | xargs chmod 644 -mkdir -p $PKG/usr/share/games/eduke32 +mkdir -p $PKG/usr/share/games/eduke32 mv autoload $PKG/usr/share/games/eduke32/autoload mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |