Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-22 15:30:56 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-22 15:30:56 (GMT)
commit1a06a5e35cebb6384293cf666f298be85d588366 (patch)
tree0bad11cbbbe2b3a2b54b54c1b11f21038dca832e
parent543ccedb9f1d5b8f32bed01c2cb541acf94e7f1c (diff)
Use sh notaion in shell commandsHEADmaster
-rw-r--r--sweets.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/sweets.recipe b/sweets.recipe
index 540ebd7..9616cb9 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -23,7 +23,8 @@ configure = ./configure
make = make
install = make DESTDIR=%(DESTDIR)s install
implement = %(install)s &&
- rm -rf %(DESTDIR)s/%(PREFIX)s/{bin,python} &&
+ rm -rf %(DESTDIR)s/%(PREFIX)s/bin &&
+ rm -rf %(DESTDIR)s/%(PREFIX)s/python &&
ln -s %(BUILDDIR)s/bin %(DESTDIR)s/%(PREFIX)s/ &&
ln -s %(BUILDDIR)s/src %(DESTDIR)s/%(PREFIX)s/python &&
ln -fs .libs/metadatareader.so src/carquinyol/