From 47fa8d1e7c140d586e1cb87c21c96c04678f959c Mon Sep 17 00:00:00 2001 From: Donnie Barnes Date: Wed, 6 May 1998 20:18:44 +0000 Subject: makefile bug --- Makefile | 2 +- initscripts.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d95f45ef..55f09504 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ install: 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 + install -m755 -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 diff --git a/initscripts.spec b/initscripts.spec index 2e0f2b04..a1139a68 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: Base -Release: 1 +Release: 2 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, mktemp, modutils >= 2.1.85-3 -- cgit v1.2.1