mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/last.fm: Moved from multimedia
This commit is contained in:
parent
8c8a417816
commit
c0b7ead624
7 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ set -e
|
|||
PRGNAM=last.fm
|
||||
VERSION=1.3.2.13
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd /usr/lib/last.fm
|
||||
./last.fm
|
||||
./last.fm "$@"
|
Loading…
Reference in a new issue