mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Some tweaks to build tools
Started make_deb.sh for Debian package
This commit is contained in:
@@ -5,9 +5,9 @@ mkdir -p /tmp/fish_pkg/
|
||||
if make install prefix=/tmp/fish_pkg/usr/local/
|
||||
then
|
||||
echo "Root written to /tmp/fish_pkg/"
|
||||
if /Developer/usr/bin/packagemaker --doc ./build_tools/fish_shell.pmdoc --out ~/fish_installer.pkg
|
||||
if /Developer/usr/bin/packagemaker --doc ./build_tools/fish_shell.pmdoc --out ~/fishfish.pkg
|
||||
then
|
||||
echo "Package written to ~/fish_installer.pkg"
|
||||
echo "Package written to ~/fishfish.pkg"
|
||||
else
|
||||
echo "Package could not be written"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user