packages/net/nfs-kernel-server/patches/200-osd_login-install.patch
tripolar 75a2f2fff1 [packages]: nfs-kernel server: fix the configure problem with CONFIGURE_VARS instead of a patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 17:00:55 +00:00

11 lines
314 B
Diff

--- a/utils/osd_login/Makefile.in
+++ b/utils/osd_login/Makefile.in
@@ -426,6 +426,7 @@ uninstall-am:
all-local: $(OSD_LOGIN_FILES)
install-data-hook:
+ mkdir -p $(DESTDIR)/sbin
$(INSTALL) --mode 755 osd_login $(DESTDIR)/sbin/osd_login
# Tell versions [3.59,3.63) of GNU make to not export all variables.