~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to build/win32/dirent/dirent-zip

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mto: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090215130043-6snh45flhit8oalb
Tags: upstream-2.18.4
ImportĀ upstreamĀ versionĀ 2.18.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Build developer package for the dirent library.
4
4
 
5
 
# These paths obviously are system-dependent:
6
 
ZIP=/g/tmp/dirent.zip
 
5
ZIP=/tmp/dirent.zip
7
6
 
8
7
mkdir -p dist/include dist/lib
9
8
cp dirent.h dist/include
11
10
 
12
11
(cd dist
13
12
rm $ZIP
14
 
zip -r $ZIP -@ <<EOF
 
13
zip $ZIP -@ <<EOF
15
14
include/dirent.h
16
15
lib/dirent.lib
17
16
EOF