Add DjView4 upstream bug URL.

This commit is contained in:
Mike McQuaid 2010-12-27 19:44:53 +00:00
parent 2ea1ead3c9
commit ce8c55e62f

View file

@ -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