Skip to content

Commit bc7cc70

Browse files
committed
create_tar.sh: remove a leftover reference to OpenELEC
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 56f05ab commit bc7cc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_tar.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2
3+
git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2

0 commit comments

Comments
 (0)