forked from alnux/repo
Compare commits
3 commits
0cd07e3c8d
...
7a6e56b31d
Author | SHA1 | Date | |
---|---|---|---|
|
7a6e56b31d | ||
|
7cb476a45e | ||
|
5cb25f859d |
4 changed files with 4 additions and 11 deletions
|
@ -11,4 +11,6 @@ popd
|
|||
./configure --prefix=/usr --build=$(./config.guess) --mandir=/usr/share/man --with-manpage-format=normal --with-shared --without-debug --without-ada --without-normal --enable-widec
|
||||
make
|
||||
make install DESTDIR="$1"
|
||||
cp libncursesw.so /lib/libncursesw.so
|
||||
ln -s /lib/libncursesw.so /lib/libncurses.so
|
||||
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
9c9
|
||||
< os='Linux' # I'd just like to interject for a moment...
|
||||
---
|
||||
> os='Alnux' # I'd just like to interject for a moment... Alnux is a linux distro that is closed down and tightly controlled...
|
||||
12c12
|
||||
< packages='unknown'
|
||||
---
|
||||
> packages="$(aps list | wc -l)"
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
# user is already defined
|
||||
host="$(hostname)"
|
||||
os='Linux' # I'd just like to interject for a moment...
|
||||
os='Alnux' # I'd just like to interject for a moment...
|
||||
kernel="$(uname -sr)"
|
||||
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')"
|
||||
packages='unknown'
|
||||
packages="$(aps list | sed "s/README.md//" | wc -l)"
|
||||
shell="$(basename "${SHELL}")"
|
||||
|
||||
## UI DETECTION
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
patch -p1 < patch
|
Loading…
Reference in a new issue