Add DjView4 upstream bug URL.
This commit is contained in:
parent
2ea1ead3c9
commit
ce8c55e62f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ class Djview4 <Formula
|
|||
depends_on 'qt'
|
||||
|
||||
def install
|
||||
# Added bug upstream to fix this:
|
||||
# https://sourceforge.net/tracker/?func=detail&aid=3146507&group_id=32953&atid=406583
|
||||
inreplace "Makefile.in" do |s|
|
||||
s.gsub! '${INSTALL_PROGRAM} src/djview ${DESTDIR}${bindir}/djview4', '/bin/cp -r src/djview.app ${DESTDIR}${prefix}'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue