mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Final reorginzation to reflect packaging.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
PYTHONLIBDIR ?= $(shell python -c "from distutils.sysconfig import *; print get_python_lib(1)")
|
||||
PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa
|
||||
|
||||
all: ;
|
||||
|
||||
install:
|
||||
-mkdir -p $(PACKAGEDIR)
|
||||
install -m 644 *.py $(PACKAGEDIR)
|
||||
|
||||
clean:
|
||||
rm -f *~ *.pyc
|
||||
Reference in New Issue
Block a user