diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-18 01:35:39 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-18 01:35:39 +0000 |
commit | 4fc43c11458e7a6f060ea38becbad6b9e43f38bf (patch) | |
tree | 5a77c7b3143555ea7df4be39306d32f59caf4dad /collage/Makefile | |
parent | ff20a29f09015ff6053530bc4baa4089a18d1eac (diff) | |
download | anaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.tar.gz anaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.tar.xz anaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.zip |
added df
Diffstat (limited to 'collage/Makefile')
-rw-r--r-- | collage/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/collage/Makefile b/collage/Makefile index d1224990c..359ce501d 100644 --- a/collage/Makefile +++ b/collage/Makefile @@ -5,3 +5,8 @@ LOADLIBES = -L../isys -lpopt -lz -lisys -lresolv -lrpm all: collage collage: collage.o commands.o idmap.o ls.o + +install: + install -s collage $(DESTDIR)/usr/bin + (a=`pwd`; cd $(DESTDIR)/usr/bin; ./collage | \ + $$a/mkcollagelinks collage) |