|
|
| |
# Make sure eautoreconf gets run if we need the autoconf/make | # Make sure eautoreconf gets run if we need the autoconf/make |
# changes. | # changes. |
if [[ ${SNAPSHOT} != "yes" ]]; then |
SNAPSHOT="yes" |
if use kdrive || use dmx || use xprint; then |
|
SNAPSHOT="yes" |
|
fi |
|
fi |
|
|
|
if use hal; then | if use hal; then |
sed -i \ | sed -i \ |
-e "s:^\(dbusconfigdir = \).*\(dbus-1.*\):\1/etc/\2:g" \ | -e "s:^\(dbusconfigdir = \).*\(dbus-1.*\):\1/etc/\2:g" \ |
|
|
#do not install xprint's Xsession.d files, we'll do it later | #do not install xprint's Xsession.d files, we'll do it later |
if use xprint; then | if use xprint; then |
sed -e "s:install-data-am\: install-dist_xpcDATA:install-data-am\::g" \ | sed -e "s:install-data-am\: install-dist_xpcDATA:install-data-am\::g" \ |
-i "${S}"/hw/xprint/etc/Xsession.d/Makefile.in \ |
-i "${S}"/hw/xprint/etc/Xsession.d/Makefile.in \ |
|| die "sed of Xsession.d makefile failed" |
|| die "sed of Xsession.d makefile failed" |
fi | fi |
} | } |
| |