소스 검색

create_tar.sh: remove a leftover reference to OpenELEC

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit 8 년 전
부모
커밋
bc7cc70317
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      create_tar.sh

+ 1 - 1
create_tar.sh

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2
+git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2