]> git.phdru.name Git - audio-cdr-video.git/commitdiff
Fix path to set-path
authorOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 11:41:47 +0000 (15:41 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 11:41:47 +0000 (15:41 +0400)
audio/mp3/recode-tags-list.sh
audio/mp3/recode-tags-recursive.sh
audio/mp3/recode-tags.sh
audio/ogg/playlist2tags.sh

index e460a2b4ce7323aded98ff70dccc971b380abce3..a20ba97fd5624ee049ac4b42a7b802030069ccd8 100755 (executable)
@@ -23,7 +23,7 @@ if [ "`wc -c \"$1\" | awk '{print $1}'`" -ge 10000 ]; then
    exit 2
 fi
 
-. "`dirname \"$0\"`"/../set-path
+. "`dirname \"$0\"`"/../../set-path
 umask 022
 
 recode-tags.sh . $direction || exit 1
index 9e52fb60cf18d964d2e15d75914543d454223376..1d0793392cf01687c52b2cd370cbe665b2b7635d 100755 (executable)
@@ -17,7 +17,7 @@ else
    exit 1
 fi
 
-. "`dirname \"$0\"`"/../set-path
+. "`dirname \"$0\"`"/../../set-path
 umask 022
 
 if [ "$2" ]; then
index 8f311126401fefab5ed18de83e5844e3d51e42c3..abb88d299651e29d507be110ed37df5210384e7a 100755 (executable)
@@ -20,7 +20,7 @@ fi
 
 cd "$1" || exit 1
 
-. "`dirname \"$0\"`"/../set-path
+. "`dirname \"$0\"`"/../../set-path
 umask 022
 
 if [ "$direction" = "koi2win" ]; then
index 8504cce17ccdb77b4f207fa81cd50d24c3998799..8e9777af92c979d863858df5ec11e8dc4cd225e3 100755 (executable)
@@ -5,7 +5,7 @@ if [ "$1" = "" ]; then
    exit 1
 fi
 
-. "`dirname \"$0\"`"/../set-path
+. "`dirname \"$0\"`"/../../set-path
 umask 022
 
 playlist="$1"