diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-16 16:16:14 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-16 16:16:14 -0400 |
commit | 7374b89784b034e268f7099cc5034db1cc883e1c (patch) | |
tree | 05cebdebab47a53d1184de59003cc84c2e0e939b /sys-apps/udevil/udevil-0.2.8.ebuild | |
parent | Fixed DEPEND and RDEPEND alphabetically... (diff) | |
download | Armageddon-7374b89784b034e268f7099cc5034db1cc883e1c.tar.gz Armageddon-7374b89784b034e268f7099cc5034db1cc883e1c.tar.bz2 Armageddon-7374b89784b034e268f7099cc5034db1cc883e1c.zip |
Moved ${D} to ${ED} to comply with Gentoo Prefix...
Diffstat (limited to 'sys-apps/udevil/udevil-0.2.8.ebuild')
-rw-r--r-- | sys-apps/udevil/udevil-0.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/udevil/udevil-0.2.8.ebuild b/sys-apps/udevil/udevil-0.2.8.ebuild index 81beccd..65cc11d 100644 --- a/sys-apps/udevil/udevil-0.2.8.ebuild +++ b/sys-apps/udevil/udevil-0.2.8.ebuild @@ -40,7 +40,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install doman man/udevil.1 dodoc AUTHORS ChangeLog README fowners root:plugdev /usr/bin/udevil |