mirror of
https://github.com/munki/munki.git
synced 2026-03-13 13:08:44 -05:00
Removed organization specific data from mistaken commit.
git-svn-id: http://munki.googlecode.com/svn/trunk@805 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -32,7 +32,7 @@ import tempfile
|
||||
|
||||
# change these to suit yourself
|
||||
packagemaker = "/Developer/usr/bin/packagemaker"
|
||||
pkgidprefix = "com.disneyanimation.pkg."
|
||||
pkgidprefix = "com.myorg.pkg."
|
||||
pkgoutputdir = "/Users/Shared/pkgs"
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ import tempfile
|
||||
|
||||
# change these to suit yourself
|
||||
packagemaker = "/Developer/usr/bin/packagemaker"
|
||||
pkgidprefix = "com.disneyanimation.pkg."
|
||||
pkgidprefix = "com.myorg.pkg."
|
||||
pkgoutputdir = "/Users/Shared/pkgs"
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import tempfile
|
||||
# change these to suit yourself
|
||||
packagemaker = "/Developer/usr/bin/packagemaker"
|
||||
t2pkg = "/Users/Shared/bin/t2pkg"
|
||||
pkgidprefix = "com.disneyanimation.pkg."
|
||||
pkgidprefix = "com.myorg.pkg."
|
||||
pkgoutputdir = "/Users/Shared/pkgs"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user