mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
$NetBSD: patch-scm_Makefile.am,v 1.1 2014/04/20 06:40:00 ryoon Exp $
|
|
|
|
https://github.com/uim/uim/pull/41
|
|
|
|
--- scm/Makefile.am.orig 2013-06-30 04:26:20.000000000 +0000
|
|
+++ scm/Makefile.am
|
|
@@ -1,8 +1,9 @@
|
|
scmdir = $(pkgdatadir)
|
|
+uimconfdir = $(sysconfdir)/uim
|
|
|
|
MOSTLYCLEANFILES = $(GENERATED_SCM_FILES)
|
|
dist_scm_DATA = $(SCM_FILES)
|
|
-scm_DATA = $(GENERATED_SCM_FILES)
|
|
+uimconf_DATA = $(GENERATED_SCM_FILES)
|
|
GENERATED_SCM_FILES = installed-modules.scm loader.scm
|
|
SCM_FILES = plugin.scm im.scm im-custom.scm lazy-load.scm init.scm \
|
|
im-switcher.scm \
|