Browse Source

am I drunk? Corrected path from stov to stdd in debian/rules

Helmut Pozimski 10 years ago
parent
commit
3934549322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -6,6 +6,6 @@
 %:
 	dh $@ --with python2
 override_dh_auto_install:
-	python setup.py install --root=debian/stdd --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov
+	python setup.py install --root=debian/stdd --install-layout=deb --install-lib=/usr/share/stdd --install-scripts=/usr/share/stdd
 override_dh_auto_build: