2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-17 21:26:01 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Joseph Werle
f0496dfbf5 refactor(setup.sh): Use single bracket with quoted USER env variable 2020-03-19 09:26:29 -04:00
Dominic Giglio
8e9e6e96f4 refactor(setup.sh): Use double-quotes and double bracket conditional compound 2020-03-19 09:26:29 -04:00
Jean Claveau
ab8f787e4b Setup to $HOME/.local if run as non root user 2020-01-12 15:31:52 -05:00
brandonocasey
594474720c updated setup.sh to install getdeps
this prevents the error 'error: `getdeps' is not a bpkg command.'
2016-02-24 17:19:50 -05:00
Sebastian Schuberth
ab3868a421 Also print some output for the "link" target 2015-06-25 17:12:59 +02:00
Sebastian Schuberth
5e36050143 Support installing on file systems that do not support symbolic links
When cloning a Git repository that contains symbolic links to a file
system that does not support symbolic links, Git replaces the links with
plain text files that contain the path to the target file. If we encouter
such files, install the linked source file rather than the link.
2015-06-25 17:12:59 +02:00
Sebastian Schuberth
9cd59f05f8 Ensure symbolic links have absolute targets
Fixes #21.
2015-06-25 17:12:58 +02:00
Sebastian Schuberth
84b0eeab90 Create the installation directory if required 2015-06-25 17:12:57 +02:00
Sebastian Schuberth
bff2fde9c9 Get rid of the dependency on "make" to install "bpkg"
Rename install.sh to setup.sh in order to take the Makefile targets.
Former make target names are now passed to the script like

$ ./setup.sh uninstall

Fixes #45.
2015-06-25 17:11:00 +02:00