mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
origami-pdf: fix qa warnings
This commit is contained in:
parent
06f832bd4a
commit
94feebd951
2 changed files with 8 additions and 5 deletions
|
|
@ -5,4 +5,7 @@
|
|||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">gdelugre/origami</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
|
|
@ -26,8 +26,8 @@ all_ruby_install() {
|
|||
all_fakegem_install
|
||||
|
||||
#Gentoo bug, remove links to directories
|
||||
rm "${ED}usr/bin"/shell
|
||||
rm "${ED}usr/bin"/gui
|
||||
rm "${ED}usr/bin"/config
|
||||
rm "${ED}/usr/bin"/shell
|
||||
rm "${ED}/usr/bin"/gui
|
||||
rm "${ED}/usr/bin"/config
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue