tor-android/tor-android-binary/src/main/jni/pdnsd/src/rc/ArchLinux/Makefile.am

8 lines
191 B
Makefile

install-exec-local:
if [ "$(distribution)" = "ArchLinux" ] ; then \
$(mkinstalldirs) "$(DESTDIR)/etc/rc.d"; \
$(INSTALL_SCRIPT) $(srcdir)/pdnsd "$(DESTDIR)/etc/rc.d/pdnsd";\
fi