
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32120 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
314 B
Diff
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.
|