diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2015-09-14 02:01:44 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2015-09-14 02:15:34 +0200 |
commit | 1f1c62f418b1f0d436dcf4f6c0fb4d99ebd04967 (patch) | |
tree | 38476ea6696679e2da481e78f4ba2d2c028eb563 /app-backup | |
parent | dev-ruby/hitimes: Version bump (diff) | |
download | gentoo-1f1c62f418b1f0d436dcf4f6c0fb4d99ebd04967.tar.gz gentoo-1f1c62f418b1f0d436dcf4f6c0fb4d99ebd04967.tar.bz2 gentoo-1f1c62f418b1f0d436dcf4f6c0fb4d99ebd04967.zip |
app-backup/bareos: fix icon install for 15.2.1
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bareos/bareos-15.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/bareos/bareos-15.2.1.ebuild b/app-backup/bareos/bareos-15.2.1.ebuild index 1b30b984449c..f186a5555950 100644 --- a/app-backup/bareos/bareos-15.2.1.ebuild +++ b/app-backup/bareos/bareos-15.2.1.ebuild @@ -224,7 +224,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install - doicon scripts/bareos.png + newicon src/images/bareos_logo_shadow.png bareos.png # install bat icon and desktop file when enabled # (for some reason ./configure doesn't pick this up) |