Commit 83248fbc authored by Seblu's avatar Seblu
Browse files

fix some typo


git-svn-id: https://seblu.net/s/archpkg@193 02741741-5192-46b8-8916-7152b19231d9
parent a204c676
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ build() {
 
package(){
  cd $pkgname-$pkgver
  make DESTDIR="${pkgdir}" install
  install -D -m644 etc/opensc.conf "${pkgdir}/etc/opensc.conf"
  make DESTDIR="$pkgdir" install
  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
} 

# vim:set ts=2 sw=2 ft=sh et: