aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/djview4.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb
index 0d238a2c2..48ea2d808 100644
--- a/Library/Formula/djview4.rb
+++ b/Library/Formula/djview4.rb
@@ -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