Initial import of xbps with code as August '09.
--HG-- extra : convert_revision : juan%40xbps-20090817170720-amxxac4a2e8bza1j
This commit is contained in:
18
etc/Makefile
Normal file
18
etc/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
include ../vars.mk
|
||||
|
||||
CONF_FILE = xbps.conf
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
install:
|
||||
if [ ! -d $(ETCDIR) ]; then \
|
||||
install -d $(ETCDIR); \
|
||||
fi
|
||||
|
||||
if [ ! -f $(ETCDIR)/$(CONF_FILE) ]; then \
|
||||
install -m 644 $(CONF_FILE) $(ETCDIR); \
|
||||
fi
|
||||
Reference in New Issue
Block a user