mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Correct package name
This commit is contained in:
parent
41f149f5ab
commit
a9463bbb26
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ cd build2
|
||||||
|
|
||||||
SPEC=$(ls *.spec)
|
SPEC=$(ls *.spec)
|
||||||
VER=$(grep Version $SPEC | awk '{print $2}')
|
VER=$(grep Version $SPEC | awk '{print $2}')
|
||||||
tar cvf $HOME/rpmbuild/SOURCES/DataMigrator-${VER}.tar.gz --show-transformed --transform="s/^\./PPL_DataMigrationTools-${VER}/" .
|
tar cvf $HOME/rpmbuild/SOURCES/uJETL-${VER}.tar.gz --show-transformed --transform="s/^\./uJETL-${VER}/" .
|
||||||
rpmbuild -ba $SPEC
|
rpmbuild -ba $SPEC
|
||||||
cp /root/rpmbuild/RPMS/x86_64/PPL_DataMigrationTools-* /root/build/
|
cp /root/rpmbuild/RPMS/x86_64/* /root/build/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue