summaryrefslogtreecommitdiff
path: root/net-misc/steamcmd-bin
diff options
context:
space:
mode:
authoreroen2016-10-12 21:49:53 +0200
committereroen2016-10-12 21:49:53 +0200
commit8870131b1fa79c86c8143efbff1bd84a6cf8e515 (patch)
tree2c048cf9e55f5d741ecdde88fb005d6fd55fe212 /net-misc/steamcmd-bin
parentde1ba250d1da83043974808ca14c92670c3f0a8f (diff)
downloaderoen-overlay-8870131b1fa79c86c8143efbff1bd84a6cf8e515.tar.gz
eroen-overlay-8870131b1fa79c86c8143efbff1bd84a6cf8e515.tar.bz2
eroen-overlay-8870131b1fa79c86c8143efbff1bd84a6cf8e515.tar.xz
steam.eclass - put scripts in a separate package
Move installation paths for helper packages to the eclass.
Diffstat (limited to 'net-misc/steamcmd-bin')
-rw-r--r--net-misc/steamcmd-bin/steamcmd-bin-0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/steamcmd-bin/steamcmd-bin-0.ebuild b/net-misc/steamcmd-bin/steamcmd-bin-0.ebuild
index 1a7ef667..e43aadf2 100644
--- a/net-misc/steamcmd-bin/steamcmd-bin-0.ebuild
+++ b/net-misc/steamcmd-bin/steamcmd-bin-0.ebuild
@@ -6,7 +6,8 @@
EAPI=6
-inherit linux-info
+# steam.eclass inherited for $ESTEAM_STEAMCMD_SYSTEM
+inherit linux-info steam
DESCRIPTION="Used by steam.eclass"
HOMEPAGE="https://developer.valvesoftware.com/wiki/SteamCMD"
@@ -37,13 +38,9 @@ pkg_setup() {
fi
}
-src_unpack() {
- default
-}
-
src_install() {
- exeinto /opt/steamcmd/linux32
+ exeinto "$ESTEAM_STEAMCMD_SYSTEM/linux32"
doexe linux32/steamcmd
- exeinto /opt/steamcmd
+ exeinto "$ESTEAM_STEAMCMD_SYSTEM"
doexe steamcmd.sh
}