diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-04-12 14:37:20 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-04-12 14:37:20 +0000 |
commit | 00d96d754e6a4cbbc6aa83b7789c8bb490a4b301 (patch) | |
tree | 786c224e0bb84bba2e88676b104740c65bf2f064 /app-accessibility | |
parent | Version bump to fix bugs 464328 and 464714. (diff) | |
download | gentoo-2-00d96d754e6a4cbbc6aa83b7789c8bb490a4b301.tar.gz gentoo-2-00d96d754e6a4cbbc6aa83b7789c8bb490a4b301.tar.bz2 gentoo-2-00d96d754e6a4cbbc6aa83b7789c8bb490a4b301.zip |
fix installation of libsent wrt #465680
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/julius/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/julius/files/julius-4.2.2-install.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-accessibility/julius/ChangeLog b/app-accessibility/julius/ChangeLog index 257671c03637..03d3abd5af13 100644 --- a/app-accessibility/julius/ChangeLog +++ b/app-accessibility/julius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/julius # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/julius/ChangeLog,v 1.1 2013/03/31 22:45:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/julius/ChangeLog,v 1.2 2013/04/12 14:37:20 hasufell Exp $ + + 12 Apr 2013; Julian Ospald <hasufell@gentoo.org> + files/julius-4.2.2-install.patch: + fix installation of libsent wrt #465680 *julius-4.2.2 (31 Mar 2013) diff --git a/app-accessibility/julius/files/julius-4.2.2-install.patch b/app-accessibility/julius/files/julius-4.2.2-install.patch index 8bcdaa349b3f..d40b6c69fdcc 100644 --- a/app-accessibility/julius/files/julius-4.2.2-install.patch +++ b/app-accessibility/julius/files/julius-4.2.2-install.patch @@ -11,7 +11,7 @@ Subject: respect DESTDIR - ${INSTALL} -d ${libdir} - ${INSTALL_DATA} $(TARGET) ${libdir} + ${INSTALL} -d $(DESTDIR)/${libdir} -+ ${INSTALL_DATA} $(DESTDIR)/$(TARGET) ${libdir} ++ ${INSTALL_DATA} $(TARGET) $(DESTDIR)/${libdir} install.include: - ${INSTALL} -d ${includedir}/sent |