Skip to content

Commit

Permalink
Initial project for RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersin committed May 3, 2021
0 parents commit 2fce267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
sed -i "s!\(%_topdir\s\+\).*!\1$PWD!" ~/.rpmmacros
2 changes: 2 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
sed -i "s!\(%_topdir\s\+\).*!\1%homedir/RPM!" ~/.rpmmacros

0 comments on commit 2fce267

Please sign in to comment.