summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2014-08-04 17:22:48 +0200
committerMassimiliano Torromeo2014-08-04 17:22:48 +0200
commit4197bbf776bf5ba3051a9856ebb6771f947fd6a1 (patch)
tree2fd52f2bdcc41a42009363d3ec89dc315afc9403
parent2a51713cdb20cf41f7d8fb11d6ddc4bad0ae558e (diff)
downloadaur-4197bbf776bf5ba3051a9856ebb6771f947fd6a1.tar.gz
Fixed package hpsmh for non-existing var/ directory
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39112296f415..304ec072d564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,6 @@ fi
source=(http://downloads.linux.hp.com/SDR/downloads/mcp/centos/6/$pkgarch/current/${pkgname}-${pkgver//_/-}.$pkgarch.rpm)
package() {
- cp -a "$srcdir/"{etc,opt,usr,var} "$pkgdir"
+ cp -a "$srcdir/"{etc,opt,usr} "$pkgdir"
}