diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-13 14:16:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:44 -0700 |
| commit | ffc64e9c6fee0af7eea3466135416d011172a5e6 (patch) | |
| tree | b9effa069d9af3c63d6f3a41caff6b887450522c /meta-webserver/recipes-php | |
| parent | a90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff) | |
| download | meta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz | |
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-php')
| -rw-r--r-- | meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb index 34b710e885..7c3810154f 100644 --- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb +++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb | |||
| @@ -28,7 +28,7 @@ do_install() { | |||
| 28 | rm -rf ${D}${datadir}/${BPN}/patches | 28 | rm -rf ${D}${datadir}/${BPN}/patches |
| 29 | 29 | ||
| 30 | install -d ${D}${sysconfdir}/apache2/conf.d | 30 | install -d ${D}${sysconfdir}/apache2/conf.d |
| 31 | install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf | 31 | install -m 0644 ${UNPACKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf |
| 32 | 32 | ||
| 33 | # Remove a few scripts that explicitly require bash (!) | 33 | # Remove a few scripts that explicitly require bash (!) |
| 34 | rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh | 34 | rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh |
