summaryrefslogtreecommitdiffstats
path: root/collage/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-18 01:35:39 +0000
committerErik Troan <ewt@redhat.com>1999-08-18 01:35:39 +0000
commit4fc43c11458e7a6f060ea38becbad6b9e43f38bf (patch)
tree5a77c7b3143555ea7df4be39306d32f59caf4dad /collage/Makefile
parentff20a29f09015ff6053530bc4baa4089a18d1eac (diff)
downloadanaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.tar.gz
anaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.tar.xz
anaconda-4fc43c11458e7a6f060ea38becbad6b9e43f38bf.zip
added df
Diffstat (limited to 'collage/Makefile')
-rw-r--r--collage/Makefile5
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)