Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Caleb Maclennan
aur-git-annex-bin
Commits
29ea23e4
Commit
29ea23e4
authored
Jul 17, 2015
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove curl hack from update script (fixes
83fae442
)
parent
90d5c7ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
update-pkgbuild.py
update-pkgbuild.py
+0
-5
No files found.
update-pkgbuild.py
View file @
29ea23e4
...
...
@@ -126,11 +126,6 @@ package() {
msg " Removing runshell componets from executables..."
rm "$pkgdir"/opt/git-annex.linux/git{,-receive-pack,-upload-pack,-shell}
# 64-bit curl fix (endless loop in assistant when creating new repo - incompatible curl bin (system) and lib (package))
if [[ $CARCH == "x86_64" ]] ; then
rm "$pkgdir/opt/git-annex.linux/usr/lib/x86_64-linux-gnu/libcurl.so.4"
fi
# move the man pages over to the system directory
mv "$pkgdir/opt/git-annex.linux/usr/share" "$pkgdir/usr/"
gzip -9 "$pkgdir/usr/share/man/man1/git-annex.1"
...
...
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