From 53ee1b2403b15385268b529f13d884055b4644b3 Mon Sep 17 00:00:00 2001 From: milisman Date: Tue, 17 May 2016 21:31:17 +0000 Subject: [PATCH] stopwatch --- talimatname/genel/stopwatch/talimat | 1 + 1 file changed, 1 insertion(+) diff --git a/talimatname/genel/stopwatch/talimat b/talimatname/genel/stopwatch/talimat index eb3282bd8..bd0c8a074 100644 --- a/talimatname/genel/stopwatch/talimat +++ b/talimatname/genel/stopwatch/talimat @@ -10,6 +10,7 @@ source=(http://expect.sourceforge.net/$name/$name.tar.gz) build () { cd $name-$version + sed -i -e 's/depot\/path/usr\/bin/g' stopwatch install -D -m0755 $name $PKG/usr/sbin/$name }