diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:04:41 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:04:41 +0000 |
commit | a558f02107242688bdfcac53e0b8f70adff91c89 (patch) | |
tree | 18a215fbae1f4de344719498cb98ff4cbd3d3eea /data/sudo/make.sh | |
parent | 62882fc0471895bc1a47c13e22daf35dcaafecd0 (diff) |
Worked on a few more critical packages.
git-svn-id: http://svn.telesphoreo.org/trunk@75 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sudo/make.sh')
-rw-r--r-- | data/sudo/make.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sudo/make.sh b/data/sudo/make.sh new file mode 100644 index 000000000..11bc08fce --- /dev/null +++ b/data/sudo/make.sh @@ -0,0 +1,6 @@ +pkg:extract +cd * +pkg:patch +pkg:configure sudo_cv_uid_t_len=10 sudo_cv_type_long_is_quad=no --without-pam +make +pkg:install |