Skip to content

Commit 4a4a576

Browse files
author
rblazek
committedFeb 10, 2006
dlldir
git-svn-id: http://svn.osgeo.org/qgis/trunk@4822 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9e90d9e commit 4a4a576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/Makefile.win

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ qgis.exe:
3737
$(STRIP) $@
3838

3939
install: all
40-
$(INSTALL) -m 755 qgis.exe $(prefix)/bin/qgis.exe
41-
$(INSTALL) -m 755 $(DLL) $(prefix)/bin/$(DLL)
40+
$(INSTALL) -m 755 qgis.exe $(BINDIR)/qgis.exe
41+
$(INSTALL) -m 755 $(DLL) $(DLLDIR)/$(DLL)
4242

4343
include $(QGTOP)/Makefile.win.rules

0 commit comments

Comments
 (0)
Please sign in to comment.