blob: a0b4e39c20d7c11cb826855a3f1b891ed3ad55c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
AUTHORS \
ChangeLog \
COPYING \
INSTALL \
NEWS \
README
execdir = $(sbindir)
install-exec-local:
mkdir -p $(DESTDIR)/$(sbindir) $(DISTDIR)/$(bindir)
$(INSTALL) -p 755 pykolab.py $(DESTDIR)/$(sbindir)
pushd $(DESTDIR)$(bindir);$(LN_S) consolehelper pykolab;popd
|