Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Dec 25, 2024
1 parent 1837d1f commit 2059223
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions example.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,19 @@ tar -xzf $NAME-$VERSION.tar.gz
# Usually just configuring and making the package is enough
# If something needs to be ran as root, it should be in the [install] section

./configure --prefix=/usr
make
./configure --prefix=/usr
make

# this is basically a bash script to install the package

[install]

# A package should be installed in the $SOVIET_BUILD_DIR directory
# And make provided with $MAKE_FLAGS
# That is usually achived by having:

make DESTDIR=$SOVIET_BUILD_DIR install

# Notice that there is no need to use sudo as
# packages are first installed to a temp dir
# and then moved to their location as root
# Notice that there is no need to use sudo

# this is a bash script that is run after the installation

Expand Down

0 comments on commit 2059223

Please sign in to comment.