diff options
Diffstat (limited to 'net-p2p/napshare/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/napshare/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/napshare/files/patch-Makefile.in b/net-p2p/napshare/files/patch-Makefile.in new file mode 100644 index 000000000000..a11691a4ff67 --- /dev/null +++ b/net-p2p/napshare/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Jan 4 13:47:04 2003 ++++ Makefile.in Sat Jan 4 13:47:33 2003 +@@ -362,6 +362,8 @@ + fi \ + done \ + fi ++ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \ ++ $(INSTALL_DATA) $(srcdir)/NAPS-urlcache.txt $(DESTDIR)$(pkgdatadir); + + dist-hook: + if test -d pixmaps; then \ |