mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
correct spelling mistake
This commit is contained in:
parent
7a551b5d6b
commit
643eafb93c
|
@ -15,7 +15,7 @@ git archive --prefix=nnn-$vers/ --format=tar.gz -o $rpmdir/SOURCES/nnn-$vers.tar
|
|||
# do the build
|
||||
( cd $rpmdir/SPECS && rpmbuild --define="%_topdir $rpmdir" -ba nnn.spec )
|
||||
|
||||
# retreive the artifacts
|
||||
# retrieve the artifacts
|
||||
mkdir -p dist
|
||||
cp $rpmdir/{SRPMS,RPMS/*}/*.rpm dist/
|
||||
|
||||
|
|
Loading…
Reference in a new issue