summaryrefslogtreecommitdiff
path: root/x11-misc/xlockmore/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:30:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:30:24 +0100
commitd56d144655e3785864da43c9acb6c228ef9360ae (patch)
treeb769b599a558483f82e9a057c41f1edd29626dd1 /x11-misc/xlockmore/files
parentfab849d1daed0ba7f2ac497d07985c3dbb692543 (diff)
gentoo resync : 22.06.2019
Diffstat (limited to 'x11-misc/xlockmore/files')
-rw-r--r--x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch b/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch
deleted file mode 100644
index 81163e69f4aa..000000000000
--- a/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/modes/Makefile.in
-+++ b/modes/Makefile.in
-@@ -623,11 +623,11 @@
- install-sound :
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
- @NOPLAY@$(INSTALL_PROGRAM) $(ETCDIR)play.sh $(DESTDIR)$(bindir)
-- $(top_srcdir)/mkinstalldirs $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)complete.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)identify-please.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)not-programmed.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)thank-you.au $(SOUNDPATH)
-+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)complete.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)identify-please.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)not-programmed.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)thank-you.au $(DESTDIR)$(SOUNDPATH)
-
- uninstall : uninstall-program uninstall-man uninstall-ad uninstall-sound
-