Skip to content

Commit

Permalink
Fix in prep for newer versions of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Jun 11, 2015
1 parent 635bebe commit f3a1524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
PACKAGE_VERSION=0.3.1
PACKAGE_VERSION=0.3.2
TITLE=sal_scripts
PACKAGE_NAME=sal_scripts
REVERSE_DOMAIN=com.salsoftware
Expand Down Expand Up @@ -30,4 +30,4 @@ pack-sal-submit: l_munki
@sudo chmod -R 755 ${WORK_D}/usr/local/munki/preflight
@sudo ${CP} sal-postflight ${WORK_D}/usr/local/munki/postflight.d/sal-postflight
@sudo chown -R root:wheel ${WORK_D}/usr/local/munki/postflight.d/sal-postflight
@sudo chmod -R 755 ${WORK_D}/usr/local/munki/postflight.d/sal-postflight
@sudo chmod -R 755 ${WORK_D}/usr/local/munki/postflight.d/sal-postflight
2 changes: 1 addition & 1 deletion scripts/sal-postflight
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ debug = opts.debug

# read in the serverURL
ServerURL = pref('ServerURL');
checkinurl = ServerURL+'/checkin'
checkinurl = ServerURL+'/checkin/'
# read in the BU Key
bu_key = pref('key')

Expand Down

0 comments on commit f3a1524

Please sign in to comment.