Skip to content

Commit

Permalink
pkg/turbostat: Add additional directory
Browse files Browse the repository at this point in the history
Add addtional parent directory turbostat to the install root.
Make the installation path the same as the pack method

Signed-off-by: Wu Chenggang <[email protected]>
Reviewed-by: "Huang, Ying" <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
dbshch authored and rli9 committed Jul 17, 2017
1 parent a618fc4 commit fdc2b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/turbostat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ build() {

package() {
cd "$srcdir/$pkgname"
mkdir -p "$pkgdir/lkp/benchmarks"
cp -a turbostat "$pkgdir/lkp/benchmarks/${pkgname}"
mkdir -p "$pkgdir/lkp/benchmarks/${pkgname}"
cp -a turbostat "$pkgdir/lkp/benchmarks/${pkgname}/${pkgname}"
}

0 comments on commit fdc2b13

Please sign in to comment.