Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnfc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian
libnfc
Commits
f057b26a
Commit
f057b26a
authored
Jan 14, 2010
by
Romuald Conty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another fix for Windows zip generation.
parent
99c2a0aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
make_release.sh
make_release.sh
+7
-0
No files found.
make_release.sh
View file @
f057b26a
...
...
@@ -30,6 +30,7 @@ if [ ! -f $LIBNFC_WINDOWS_ARCHIVE ]; then
if
[
-d
$LIBNFC_WINDOWS_DIR
]
;
then
rm
-rf
$LIBNFC_WINDOWS_DIR
fi
mkdir
-p
$LIBNFC_WINDOWS_DIR
# Export sources
...
...
@@ -42,6 +43,12 @@ if [ ! -f $LIBNFC_WINDOWS_ARCHIVE ]; then
cp
LICENSE
$LIBNFC_WINDOWS_DIR
/
cp
README
$LIBNFC_WINDOWS_DIR
/
# Remove Autotools Makefile.am
find
$LIBNFC_WINDOWS_DIR
/
-name
Makefile.am | xargs
rm
-f
# Remove CMakeLists.txt
find
$LIBNFC_WINDOWS_DIR
/
-name
CMakeLists.txt | xargs
rm
-f
# Build archive
zip
-r
$LIBNFC_WINDOWS_ARCHIVE
$LIBNFC_WINDOWS_DIR
rm
-rf
$LIBNFC_WINDOWS_DIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment