diff options
| -rw-r--r-- | meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb b/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb index e0dfc3dae3..4cfe2ecca3 100644 --- a/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb +++ b/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-only" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | 10 | ||
| 11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
| 12 | git://git@github.com/megastep/makeself.git;protocol=https;branch=master \ | 12 | git://github.com/megastep/${BPN}.git;protocol=https;branch=master \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7" | 15 | SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7" |
| @@ -21,7 +21,6 @@ do_compile[noexec] = "1" | |||
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
| 24 | install -m 0755 ${S}/makeself.1 ${D}${bindir}/ | ||
| 25 | install -m 0755 ${S}/makeself.sh ${D}${bindir}/ | 24 | install -m 0755 ${S}/makeself.sh ${D}${bindir}/ |
| 26 | install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/ | 25 | install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/ |
| 27 | } | 26 | } |
