Browse Source

remove stupid variable that keeps messing shit up

master
nisstyre56 9 years ago
parent
commit
cddab6b0ad
  1. 4
      Makefile

4
Makefile

@ -23,6 +23,6 @@ install:
$(MAKE);
rm -rf /srv/http/build/;
cp -rT ./build /srv/http/build/;
cp -rT ./build/scripts/ ${SRV_ROOT}scripts/;
cp -rT ./build/styles/ ${SRV_ROOT}styles/;
cp -rT ./build/scripts/ /srv/http/goal/scripts/;
cp -rT ./build/styles/ /srv/http/goal/styles/;
cp search.ini /srv/http/build/;

Loading…
Cancel
Save