summaryrefslogtreecommitdiff
path: root/sh/Makefile
blob: 302ff531eb009c496ddcc883244d49524f3fa991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DIR = $(RC_LIB)/sh
INC = functions.sh init-common-post.sh rc-functions.sh rc-mount.sh
BIN = gendepends.sh net.sh runscript.sh

TOPDIR = ..
include $(TOPDIR)/default.mk

install::
	# Handle lib correctly
	if test $(LIB) != "lib"; then \
		sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/functions.sh || exit $$?; \
		rm -f $(DESTDIR)/$(RC_LIB)/sh/functions.sh.bak; \
		sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh || exit $$?; \
		rm -f $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh.bak; \
	fi