diff options
author | Tomoya Tabuchi <t@tomoyat1.com> | 2017-08-15 16:23:10 +0900 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 01:17:31 +1000 |
commit | d3680602311b493efcde8a9f8ad9b630084ccfc3 (patch) | |
tree | 5dc8225957814707b0704358f25ed208bcfe9153 /x11-wm/awesome | |
parent | net-mail/mailutils: remove unused patch (diff) | |
download | gentoo-d3680602311b493efcde8a9f8ad9b630084ccfc3.tar.gz gentoo-d3680602311b493efcde8a9f8ad9b630084ccfc3.tar.bz2 gentoo-d3680602311b493efcde8a9f8ad9b630084ccfc3.zip |
x11-wm/awesome: warning about nonexistent path in src_install
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r-- | x11-wm/awesome/awesome-4.0-r1.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-4.0.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-4.1.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-9999.ebuild | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11-wm/awesome/awesome-4.0-r1.ebuild b/x11-wm/awesome/awesome-4.0-r1.ebuild index 61d0ec9db01f..3dddc28075a9 100644 --- a/x11-wm/awesome/awesome-4.0-r1.ebuild +++ b/x11-wm/awesome/awesome-4.0-r1.ebuild @@ -69,7 +69,6 @@ src_configure() { src_install() { cmake-utils_src_install - docompress -x /usr/share/doc/awesome/doc pax-mark m "${ED%/}"/usr/bin/awesome diff --git a/x11-wm/awesome/awesome-4.0.ebuild b/x11-wm/awesome/awesome-4.0.ebuild index 486f4a51e539..eed4554091af 100644 --- a/x11-wm/awesome/awesome-4.0.ebuild +++ b/x11-wm/awesome/awesome-4.0.ebuild @@ -64,7 +64,6 @@ src_configure() { src_install() { cmake-utils_src_install - docompress -x /usr/share/doc/awesome/doc pax-mark m "${ED%/}"/usr/bin/awesome diff --git a/x11-wm/awesome/awesome-4.1.ebuild b/x11-wm/awesome/awesome-4.1.ebuild index 594805e0d140..65af18c4d489 100644 --- a/x11-wm/awesome/awesome-4.1.ebuild +++ b/x11-wm/awesome/awesome-4.1.ebuild @@ -69,7 +69,6 @@ src_configure() { src_install() { cmake-utils_src_install - docompress -x /usr/share/doc/awesome/doc pax-mark m "${ED%/}"/usr/bin/awesome diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild index d659a191d6fc..243752a5d4a3 100644 --- a/x11-wm/awesome/awesome-9999.ebuild +++ b/x11-wm/awesome/awesome-9999.ebuild @@ -68,7 +68,6 @@ src_configure() { src_install() { cmake-utils_src_install - docompress -x /usr/share/doc/awesome/doc pax-mark m "${ED%/}"/usr/bin/awesome |