mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 06:12:53 +00:00
repo cleanup
This commit is contained in:
parent
0d5f4378e4
commit
95ecef56ff
22
build
22
build
|
@ -1,22 +0,0 @@
|
|||
#!/usr/bin/fish
|
||||
function buildme
|
||||
echo Now building (basename $argv)
|
||||
cd $argv
|
||||
make
|
||||
sudo eopkg it --reinstall (basename $argv)*.eopkg
|
||||
cd ..
|
||||
end
|
||||
|
||||
cd (dirname (realpath (status -f)))
|
||||
|
||||
set profile "-punstable-x86_64"
|
||||
sudo solbuild init $profile
|
||||
sudo solbuild update $profile
|
||||
|
||||
if test "$argv"
|
||||
for i in $argv
|
||||
buildme $i
|
||||
end
|
||||
else
|
||||
sudo ./build (cat list)
|
||||
end
|
Loading…
Reference in a new issue