Inserted a needed slash in the Makefile, after $(osx_pkg_name),

which is the name of a directory!


git-svn-id: https://pandoc.googlecode.com/svn/trunk@391 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-01-01 21:34:50 +00:00
parent c27d8adc78
commit b9a348338b

View file

@ -253,7 +253,7 @@ $(osx_dest)/: build-program $(doc_more)
sed -e 's/@VERSION@/$(VERSION)/g' $(osx_src)/Info.plist > $(osx_dest)/Info.plist
cp $(osx_src)/Description.plist $(osx_dest)/
osx-pkg: $(osx_pkg_name)
$(osx_pkg_name): $(osx_dest)
$(osx_pkg_name)/: $(osx_dest)
if [ "`id -u`" != 0 ]; then \
echo "Root permissions needed to create OSX package!"; \
exit 1; \