mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Initial revision
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
# This makefile is really small. Most of the
|
||||
# intelligence is in debian/debstd
|
||||
|
||||
all:
|
||||
|
||||
clean:
|
||||
-rm build
|
||||
|
||||
install:
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
install alien $(DESTDIR)/usr/bin
|
||||
install -d $(DESTDIR)/usr/lib/alien $(DESTDIR)/var/lib/alien
|
||||
cp -a lib/* $(DESTDIR)/usr/lib/alien
|
||||
Reference in New Issue
Block a user