pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Mon Jul 22 14:52:51 UTC 2019

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
Fix

cp: /usr/pkg/etc/at-spi2/accessibility.conf: No such file or directory
chmod: /usr/pkg/etc/at-spi2/accessibility.conf: No such file or directory

from wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/at-spi2-core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.29 pkgsrc/devel/at-spi2-core/Makefile:1.30
--- pkgsrc/devel/at-spi2-core/Makefile:1.29     Thu Jul 18 20:13:42 2019
+++ pkgsrc/devel/at-spi2-core/Makefile  Mon Jul 22 14:52:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/07/18 20:13:42 prlw1 Exp $
+# $NetBSD: Makefile,v 1.30 2019/07/22 14:52:51 prlw1 Exp $
 
 DISTNAME=      at-spi2-core-2.33.2
 CATEGORIES=    devel gnome
@@ -34,7 +34,7 @@ CONF_FILES=   ${eg_busconfigdir}/accessibi
                        ${busconfigdir}/accessibility.conf
 CONF_FILES+=   ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \
                        ${default_sessiondir}/at-spi-dbus-bus.desktop
-MAKE_DIRS+=    ${default_sessiondir}
+MAKE_DIRS+=    ${busconfigdir} ${default_sessiondir}
 
 post-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${eg_default_sessiondir}



Home | Main Index | Thread Index | Old Index