Explorar el Código

Fix create-orig-tar rule

ppa
Timo Röhling hace 9 años
padre
commit
9b6aa12a5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      debian/rules

+ 1
- 1
debian/rules Ver fichero

@@ -22,5 +22,5 @@ UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | c
22 22
 BASE_REVISION=$(shell git merge-base ppa master )
23 23
 
24 24
 create-orig-tar:
25
-	git archive --prefix=postsrsd-${UPSTREAM_VERSION}/ -o ../postsrsd_$(UPSTREAM_VERSION).orig.tar.gz $(BASE_REVISION)
25
+	git archive --prefix=postsrsd-$(UPSTREAM_VERSION)/ -o ../postsrsd_$(UPSTREAM_VERSION).orig.tar.gz $(BASE_REVISION)
26 26
 

Loading…
Cancelar
Guardar