diff options
| author | Donnie Barnes <djb@redhat.com> | 1998-05-06 20:07:52 +0000 |
|---|---|---|
| committer | Donnie Barnes <djb@redhat.com> | 1998-05-06 20:07:52 +0000 |
| commit | 2fbfc3f8fbfd8d2935c5f3ea923c7c90e685c2da (patch) | |
| tree | 9095d5c1229bf17133025c380ed21b7337830213 /Makefile | |
| parent | 3b4f87394c6d288e2644979eb88c8b9da6382340 (diff) | |
| download | initscripts-2fbfc3f8fbfd8d2935c5f3ea923c7c90e685c2da.tar.gz initscripts-2fbfc3f8fbfd8d2935c5f3ea923c7c90e685c2da.tar.xz initscripts-2fbfc3f8fbfd8d2935c5f3ea923c7c90e685c2da.zip | |
moved stuff to /etc/profile.d/lang.sh
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,10 +7,11 @@ all: (cd src; make CFLAGS="$(CFLAGS)") install: - mkdir -p $(ROOT)/etc $(ROOT)/sbin + mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin install -m644 -o root -g root inittab $(ROOT)/etc install -m644 -o root -g root adjtime $(ROOT)/etc install -m755 -o root -g root setsysfont $(ROOT)/sbin + install -m644 -o root -g root lang.sh $(ROOT)/etc/profile.d cp -af rc.d sysconfig ppp $(ROOT)/etc mkdir -p $(ROOT)/sbin mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin |
