You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lua/ldoc/files/ldoc-1.4.6-mkdir.patch

11 lines
230 B

--- a/makefile
+++ b/makefile
@@ -6,6 +6,7 @@
ldoc:
install: install_parts
+ mkdir -p $(DESTDIR)$(LUA_BINDIR)
echo "lua $(LUA_SHAREDIR)/ldoc.lua \$$*" > $(DESTDIR)$(LUA_BINDIR)/ldoc
chmod +x $(DESTDIR)$(LUA_BINDIR)/ldoc