diff options
Diffstat (limited to 'recipes-scanners/checksec')
| -rw-r--r-- | recipes-scanners/checksec/checksec_2.6.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-scanners/checksec/checksec_2.6.0.bb b/recipes-scanners/checksec/checksec_2.6.0.bb index 4767239..192e249 100644 --- a/recipes-scanners/checksec/checksec_2.6.0.bb +++ b/recipes-scanners/checksec/checksec_2.6.0.bb | |||
| @@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836" | |||
| 9 | SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2" | 9 | SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2" |
| 10 | SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https" | 10 | SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${UNPACKDIR}/git" | ||
| 13 | |||
| 14 | do_install() { | 12 | do_install() { |
| 15 | install -d ${D}${bindir} | 13 | install -d ${D}${bindir} |
| 16 | install -m 0755 ${S}/checksec ${D}${bindir} | 14 | install -m 0755 ${S}/checksec ${D}${bindir} |
