File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ clean:
1818 rm -f * .1
1919
2020installdirs :
21- $(INSTALL ) -d $(DESTDIR )$( bindir ) $(DESTDIR )$( pkgsysconfdir ) $( DESTDIR ) $(mandir ) /man1
21+ $(INSTALL ) -d $(bindir ) $(pkgsysconfdir ) $(mandir ) /man1
2222
2323install : all installdirs
24- $(INSTALL_SCRIPT ) citus_indent $(DESTDIR )$( bindir )
25- $(INSTALL_DATA ) $(MANPAGES ) $(DESTDIR )$( mandir ) /man1
26- $(INSTALL_DATA ) citus-style.cfg $(DESTDIR )$( pkgsysconfdir )
24+ $(INSTALL_SCRIPT ) citus_indent $(bindir )
25+ $(INSTALL_DATA ) $(MANPAGES ) $(mandir ) /man1
26+ $(INSTALL_DATA ) citus-style.cfg $(pkgsysconfdir )
2727 perl -pi -e ' s,/usr/local/etc/citustools,$(pkgsysconfdir),g' \
28- $(DESTDIR )$( bindir ) /citus_indent \
29- $(DESTDIR )$( mandir ) /man1/citus_indent.1
28+ $(bindir ) /citus_indent \
29+ $(mandir ) /man1/citus_indent.1
3030
3131.PHONY : all man clean installdirs install
You can’t perform that action at this time.
0 commit comments