]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add small fix
authorwittinobi <wittinobi@wittinobi.de>
Tue, 18 Feb 2014 23:14:28 +0000 (00:14 +0100)
committerwittinobi <wittinobi@wittinobi.de>
Tue, 18 Feb 2014 23:14:28 +0000 (00:14 +0100)
make/plugins.mk

index f4c6167a3eaed17b41fd7bf645cb6dcf8013f60c..3d651a675c2ab195c544750c3d19517c0e088c3f 100644 (file)
@@ -390,13 +390,13 @@ $(D)/yahtzee: $(D)/libfx2
 
 $(D)/sokoban: $(D)/libfx2
        mkdir -p $(LIBPLUG) && \
-       mkdir -p $(TARGETPREFIX)//var/tuxbox/config/sokoban && \
+       mkdir -p $(TARGETPREFIX)/var/tuxbox/config/sokoban && \
        cp -a $(SOURCE)/sokoban $(BUILD_TMP)/ && \
        pushd $(BUILD_TMP)/sokoban && \
                $(TARGET)-gcc $(TARGET_CFLAGS) -L$(TARGETPREFIX)/lib -I$(TARGETPREFIX)/include -I$(TARGETPREFIX)/include/freetype2 -I$(TARGETPREFIX)/include/libfx2 -O2 -lfreetype -lz -ljpeg  -lpng -lungif -lfx2 -o $(BUILD_TMP)/sokoban/soko.so board.c somain.c
        cp -f $(BUILD_TMP)/sokoban/soko.so $(LIBPLUG)/
        cp -f $(BUILD_TMP)/sokoban/soko.cfg $(LIBPLUG)/
-       cp -f $(BUILD_TMP)/sokoban/*.xsb $(TARGETPREFIX)//var/tuxbox/config/sokoban/
+       cp -f $(BUILD_TMP)/sokoban/*.xsb $(TARGETPREFIX)/var/tuxbox/config/sokoban/
        rm -rf $(BUILD_TMP)/sokoban
        touch $@