Skip to content

Commit

Permalink
Tweak test line to have proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 22, 2012
1 parent 7d757a3 commit 6592f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -47,7 +47,7 @@ install: release
install -v extras/* $(DESTDIR)$(PREFIX)/share/julia/extras
install -v examples/*.jl $(DESTDIR)$(PREFIX)/share/julia/examples
install -v $(USRLIB)/*.$(SHLIB_EXT) $(DESTDIR)$(PREFIX)/share/julia/usr/lib
test -z `ls -A $(USR)/sbin/*` || install -v $(USR)/sbin/* $(DESTDIR)$(PREFIX)/share/julia/usr/sbin
test -z "$(ls -A $(USR)/sbin/*)" || install -v $(USR)/sbin/* $(DESTDIR)$(PREFIX)/share/julia/usr/sbin
install -v launch-julia-webserver $(DESTDIR)$(PREFIX)/share/julia
install -v ui/webserver/*.jl $(DESTDIR)$(PREFIX)/share/julia/ui/webserver
install -v ui/website/*.* $(DESTDIR)$(PREFIX)/share/julia/ui/website
Expand Down

0 comments on commit 6592f2f

Please sign in to comment.