add missing DESTDIR (thanks stkn)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6391 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-11-24 00:59:04 +00:00
parent e49f38e855
commit 18dfb6c600
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ reswig:
swig -java -c++ -I../../../include -package org.freeswitch.swig -outdir src/org/freeswitch/swig -o switch_swig_wrap.cpp mod_java.i
local_install:
cp freeswitch.jar $(PREFIX)/scripts
cp freeswitch.jar $(DESTDIR)$(PREFIX)/scripts