Skip to content

Commit

Permalink
Removing a couple of unnecessary lines from the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Sep 30, 2016
1 parent d4f015e commit c983974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ restorestate:
if [ -d $(DESTDIR)/usr/share/cobbler/web ] ; then \
chmod -R +x $(DESTDIR)/usr/share/cobbler/web; \
fi
if [ -d $(DESTDIR)/srv/www/cobbler/svc ]; then \
chmod -R +x $(DESTDIR)/srv/www/cobbler/svc; \
fi
rm -rf $(statepath)

webtest: devinstall
Expand Down

0 comments on commit c983974

Please sign in to comment.