summaryrefslogtreecommitdiff
path: root/steam/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-06-07 20:25:17 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-06-07 20:25:17 +1000
commit96a549095e8b9952110c3d1fa03d95c8d70e5039 (patch)
tree63cf8ba4e59c76c8895e1e2d7fe2c8bf26df58b5 /steam/Pkgfile
parent2c567a721a15ffc9cf9a5161a3885507bc5dd2f3 (diff)
downloadcontrib-96a549095e8b9952110c3d1fa03d95c8d70e5039.tar.gz
contrib-96a549095e8b9952110c3d1fa03d95c8d70e5039.tar.xz
steam: fix symlink
Diffstat (limited to 'steam/Pkgfile')
-rw-r--r--steam/Pkgfile11
1 files changed, 3 insertions, 8 deletions
diff --git a/steam/Pkgfile b/steam/Pkgfile
index 26af5537b..c9e07d0e1 100644
--- a/steam/Pkgfile
+++ b/steam/Pkgfile
@@ -6,7 +6,7 @@
name=steam
version=1.0.0.62
-release=1
+release=2
source=(http://repo.steampowered.com/$name/pool/$name/s/$name/${name}_$version.tar.gz
steam-runtime.sh)
@@ -24,13 +24,8 @@ build() {
make DESTDIR=$PKG install
- rm $PKG/usr/bin/steam
- ln -sf /usr/bin/steam-runtime $PKG/usr/bin/steam
-
- install -Dm 755 $SRC/steam-runtime.sh \
- $PKG/usr/bin/steam-runtime
-
- install -d $PKG/usr/lib/steam
+ mv $PKG/usr/bin/steam $PKG/usr/lib/steam/steam
+ install -Dm 755 $SRC/steam-runtime.sh $PKG/usr/bin/steam-runtime
# blank steamdeps because apt-get
ln -sf /bin/true $PKG/usr/bin/steamdeps

Generated by cgit