diff options
Diffstat (limited to 'meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb index 7ba8f38a90..a44e79362d 100644 --- a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb +++ b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb | |||
| @@ -12,6 +12,6 @@ SRC_URI = " \ | |||
| 12 | git://github.com/klange/nyancat;protocol=https;branch=master \ | 12 | git://github.com/klange/nyancat;protocol=https;branch=master \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | do_install_append() { | 15 | do_install:append() { |
| 16 | install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN} | 16 | install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN} |
| 17 | } | 17 | } |
