mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 22:31:13 +00:00
Add LICENSE to Makefile (for creating debs)
This commit is contained in:
parent
f7188b2cfb
commit
0e8a74b069
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -34,12 +34,16 @@ amd64control:
|
|||
iosdebroot: ioscontrol
|
||||
mkdir -p iosdebroot/DEBIAN
|
||||
mkdir -p iosdebroot/usr/bin
|
||||
mkdir -p iosdebroot/usr/share/doc/nekofetch
|
||||
cp ioscontrol iosdebroot/DEBIAN/control
|
||||
cp LICENSE iosdebroot/usr/share/doc/nekofetch/copyright
|
||||
cp nekofetch iosdebroot/usr/bin/nekofetch
|
||||
amd64debroot: amd64control
|
||||
mkdir -p amd64debroot/DEBIAN
|
||||
mkdir -p amd64debroot/usr/bin
|
||||
mkdir -p amd64debroot/usr/share/doc/nekofetch
|
||||
cp amd64control amd64debroot/DEBIAN/control
|
||||
cp LICENSE amd64debroot/usr/share/doc/nekofetch/copyright
|
||||
cp nekofetch amd64debroot/usr/bin/nekofetch
|
||||
|
||||
iosdeb: iosdebroot
|
||||
|
|
|
|||
Loading…
Reference in a new issue