- don't do chown in install process because it prevents normal users from
installing it in their own dir
This commit is contained in:
parent
473e3f1c88
commit
5d13ab349c
@ -64,7 +64,6 @@ RMDIR=rmdir
|
||||
TAR=tar
|
||||
RPM=rpm
|
||||
CHMOD=chmod
|
||||
CHOWN=chown
|
||||
GZIP=gzip
|
||||
GUNZIP=gunzip
|
||||
ZIP=zip
|
||||
@ -191,7 +190,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.55 2001-11-10 03:48:22 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.56 2001-11-10 04:00:10 bdenney Exp $$' >> bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||
@ -330,7 +329,6 @@ install_dlx::
|
||||
test -d $(BOCHSDIR)/dlxlinux
|
||||
$(GZIP) $(BOCHSDIR)/dlxlinux/hd10meg.img
|
||||
(cd $(BOCHSDIR)/dlxlinux; $(MV) bochsrc.txt bochsrc.txt.orig; $(SED) -e "s/1\.1\.2/$(VERSION)/g" -e 's,/usr/local,$(prefix),g' < bochsrc.txt.orig > bochsrc.txt; rm -f bochsrc.txt.orig)
|
||||
$(CHOWN) -R root.root $(BOCHSDIR)/dlxlinux
|
||||
$(CHMOD) 755 $(BOCHSDIR)/dlxlinux
|
||||
$(CHMOD) 644 $(BOCHSDIR)/dlxlinux/*
|
||||
for i in bochs-dlx; do cp $(srcdir)/build/linux/$$i $(bindir)/$$i; $(CHMOD) 755 $(bindir)/$$i; done
|
||||
|
Loading…
Reference in New Issue
Block a user