version 1.49 | | version 1.50 |
---|
| | |
done | | done |
# Special case above because the name we install to is different | | # Special case above because the name we install to is different |
# than the name of the file | | # than the name of the file |
| | if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \ |
| | echo "Creating directory $(pkgdatadir)/$$i"; \ |
| | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \ |
| | fi; \ |
$(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures | | $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures |
| | |
# Uninstall unchanged config/var files so make distcheck is happy | | # Uninstall unchanged config/var files so make distcheck is happy |