Skip to content

Commit

Permalink
adjust: change name to standard debian
Browse files Browse the repository at this point in the history
  • Loading branch information
shenmo7192 authored May 31, 2024
1 parent b47d827 commit 1aa6a31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion loong64-it/loong64-it.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ abinfo() { echo -e "[\e[96mINFO\e[0m]: \e[1m$*\e[0m"; }
abdbg() { echo -e "[\e[32mDEBUG\e[0m]: \e[1m$*\e[0m"; }

_convert_loong64() {
HERE=$(basename $1)
PKG_NAME=$(dpkg-deb -f "$1" Package)
VERSION=$(dpkg-deb -f "$1" Version)
abinfo "Examining package information: $1 ..."
dpkg -I "$SRCDIR"/$1 || \
aberr "Invalid dpkg package: control (metadata) archive not found: $?"
Expand Down Expand Up @@ -86,7 +89,7 @@ _convert_loong64() {
abinfo """Your requested package:
$1
mv $1 $HERE/${PKG_NAME}_${VERSION}_loong64.deb
Has been successfully converted as a loong64 package!
However, you may still need to install libLoL for old-world applications to
Expand Down

0 comments on commit 1aa6a31

Please sign in to comment.