mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
build: refactor build scripts
use right way to include symlinks and some other minor changes
This commit is contained in:
parent
646f7f90cf
commit
6bea4b42a2
5 changed files with 19 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
Package: sourcegit
|
||||
Version: 8.18
|
||||
Version: 8.23
|
||||
Priority: optional
|
||||
Depends: libx11-6, libice6, libsm6
|
||||
Architecture: amd64
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!bin/sh
|
||||
|
||||
echo 'Create link on /usr/bin'
|
||||
ln -s /opt/sourcegit/sourcegit /usr/bin/sourcegit
|
||||
exit 0
|
|
@ -1,4 +0,0 @@
|
|||
#!bin/sh
|
||||
|
||||
rm -f /usr/bin/sourcegit
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue