2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
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